Browse Source

simplify note about including amdefine inside codebase

Ben Atkin 12 years ago
parent
commit
d643a2ed4f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -34,8 +34,8 @@ RequireJS is loaded then the declaration is superfluous because `define` is alre
 declared in the same scope in RequireJS. Fortunately JavaScript handles multiple `var`
 declarations of the same variable in the same scope gracefully.
 
-If you want to deliver amdefine.js with your code but not use the npm/node_modules-installed
-option, then just download the latest release and refer to it using a relative path:
+If you want to deliver amdefine.js with your code rather than specifying it as a dependency
+with npm, then just download the latest release and refer to it using a relative path:
 
 [Version 0.0.2](https://github.com/jrburke/amdefine/raw/0.0.2/amdefine.js)