From afd4bb9aa530abbe9aca2efa782f17f775151d42 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Sat, 23 Jul 2016 00:14:35 +1000 Subject: [PATCH] README: clarify script tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ad6f5..f92ee6b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ After installation, use browserify to compile `index.js` for use in the browser: $ browserify index.js --standalone foo > app.js ``` -You will now be able to load `app.js` into your browser, with each of the above dependencies accessible via the global `foo` object (or whatever you chose for the `--standalone` parameter above). +You will now be able to use `