From 3a8afe2969572e03076cbc697a85a34bb0aa88bd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 6 Aug 2013 09:08:13 -0700 Subject: [PATCH] Shorten doc snippet in readme. [ci skip] Former-commit-id: 1c50d1e818a4765eddfcf51750a7c70a96ac871f --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);