Skip to content

Commit

Permalink
correct the package name in requirejs config function
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhe2004 committed Jan 8, 2016
1 parent d84d658 commit e2a8b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Including all libraries, for access to extra methods:
// Above-mentioned will work or use this simple form
require.config({
paths: {
'require-js': 'path-to/bower_components/crypto-js/crypto-js'
'crypto-js': 'path-to/bower_components/crypto-js/crypto-js'
}
});

Expand Down

0 comments on commit e2a8b5e

Please sign in to comment.