Shorten doc snippet in readme. [ci skip]

Former-commit-id: 1c50d1e818a4765eddfcf51750a7c70a96ac871f
This commit is contained in:
John-David Dalton
2013-08-06 09:08:13 -07:00
parent fff5ae97f2
commit 3a8afe2969

View File

@@ -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);