Skip to content

Commit e2a8b5e

Browse files
committed
correct the package name in requirejs config function
1 parent d84d658 commit e2a8b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Including all libraries, for access to extra methods:
6868
// Above-mentioned will work or use this simple form
6969
require.config({
7070
paths: {
71-
'require-js': 'path-to/bower_components/crypto-js/crypto-js'
71+
'crypto-js': 'path-to/bower_components/crypto-js/crypto-js'
7272
}
7373
});
7474

0 commit comments

Comments
 (0)