Browse Source

Add a note about the requirejs alias

Steven Silvester 9 years ago
parent
commit
2a453d88e3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -96,6 +96,8 @@ Follow the package install instructions first.
 Any bundler that understands how to `require()` files with `.js` and `.css`
 extensions can be used with this package.
 
+The following alias is required: `requirejs: 'requirejs/require'`.
+
 
 Usage Examples
 --------------