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