diff --git a/README.md b/README.md index ef462a0..d53a8ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you want to install from here then: Paste main.js between '(function() {' and '})();' Search for 'function Main', and type Main(); right before it -You could also add '// \@require file:///main.js' to frame.js, and simply call 'Main();' +You could also add '// require file:///main.js' to frame.js, and simply call 'Main();' there.