Browse Source

Fix wording in readme.

jrburke 12 years ago
parent
commit
e1d859d5ba
1 changed files with 1 additions and 1 deletions
  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