소스 검색

simplify note about including amdefine inside codebase

Ben Atkin 13 년 전
부모
커밋
d643a2ed4f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)