diff --git a/README.md b/README.md index 0ec682f..1f4b0ef 100644 --- a/README.md +++ b/README.md @@ -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' } });