From 52d6bd9be92d94b37c31085c243f20e34aa0b2c5 Mon Sep 17 00:00:00 2001 From: YourFriendlyNeighborhoodDealer Date: Sat, 2 Mar 2019 08:47:16 +0100 Subject: [PATCH] Fixing @ in readme #5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.