浏览代码

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