소스 검색

Fix wording in readme.

jrburke 13 년 전
부모
커밋
e1d859d5ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ If you want to support Node 0.4, then add `require` as the second parameter to a
     if (typeof define !== 'function') { var define = require('amdefine')(module, require) }
 ```
 
-**Only use this snippet** for loading amdefine. If you preserve the basic structure,
+**Only use these snippets** for loading amdefine. If you preserve the basic structure,
 with the braces, it will be stripped out when using the [RequireJS optimizer](#optimizer).
 
 You can add spaces, line breaks and even require amdefine with a local path, but