Skip to content

Commit

Permalink
Merge pull request brix#41 from lizhe2004/develop
Browse files Browse the repository at this point in the history
Correct the package name in requirejs config function.
  • Loading branch information
evanvosberg committed Jan 8, 2016
2 parents d84d658 + e2a8b5e commit 1674e71
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 1674e71

Please sign in to comment.