From 6f97900171b9ac68743ea1feea808ef0aaa6985d Mon Sep 17 00:00:00 2001 From: YourFriendlyNeighborhoodDealer Date: Sat, 2 Mar 2019 08:45:12 +0100 Subject: [PATCH] Fixing @ in readme #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef462a0..6b2ed59 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.