From f4743eac2819511eac596fb23a0eff35dde11e8f Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 15 Jan 2022 16:36:20 -0600 Subject: [PATCH] Resolve #92 -- add licence to readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 467d1ec..542dece 100644 --- a/README.md +++ b/README.md @@ -164,15 +164,22 @@ Paths to emulator files can be customized with: ```js EJS_paths = { - 'fileName' : `/somepath` , - 'emulator.js' : `https://example.com/emulator.js` , - 'n64-asmjs.data' : `/asdfds.data` + 'fileName' : '/somepath', + 'emulator.js' : 'https://example.com/emulator.js', + 'n64-asmjs.data' : '/asdfds.data' }; ``` *If a file is not defined, the default is used.* +# LICENCE + +Licenced under the Apache License 2.0 + +Read the whole license [here](license) + + [Example Use]: https://coldcast.org/games/1/Super-Mario-Bros