diff --git a/README.md b/README.md index d9fb6d9b5..8b773b3c5 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,7 @@ In an AMD loader: ```js require({ - 'paths': { - 'underscore': 'path/to/lodash' - } + 'paths': { 'underscore': 'path/to/lodash' } }, ['underscore'], function(_) { console.log(_.VERSION);