From 110454582d936c2e8d3613f8d0db9691f99aab17 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Wed, 8 Jun 2016 15:18:16 -0700 Subject: [PATCH] Updated readme install to be more intuitive In my opinion, `npm install transit-js` is more intuitive than specifying the specific version in package.json / bower.json. What do you think? --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 71df152..8406011 100644 --- a/README.md +++ b/README.md @@ -47,24 +47,16 @@ compatible transit-js is released to [npm](https://www.npmjs.org). Add transit-js to your `package.json` dependencies: -```javascript -{... - "dependencies": { - "transit-js": "0.8.846" - } - ...} +```bash +npm install transit-js ``` ### Bower You can also include transit-js in your `bower.json` dependencies: -```javascript -{... - "dependencies": { - "transit-js": "0.8.846" - } - ...} +```bash +bower install transit-js ``` ### Maven