浏览代码

Add a note about the requirejs alias

Steven Silvester 9 年之前
父节点
当前提交
2a453d88e3
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
 --------------