diff options
author | Heitor Tashiro Sergent <heitortsergent@gmail.com> | 2016-10-24 21:57:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 21:57:00 -0500 |
commit | dbd9ee6e0219389387f53669d25dc8c988beaf1a (patch) | |
tree | 3535059198cbaee1b486dfee34cae44d7e9d62eb | |
parent | c8796e83af07c7573d046da1e1a1460e5c3136f3 (diff) | |
download | sendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.zip sendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.tar.gz sendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.tar.bz2 |
Update README
Simplify installation instructions
-rw-r--r-- | README.md | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -46,30 +46,8 @@ source ./sendgrid.env The following recommended installation requires [npm](https://npmjs.org/). If you are unfamiliar with npm, see the [npm docs](https://npmjs.org/doc/). Npm comes installed with Node.js since node version 0.8.x therefore you likely already have it. -Add the following to your `package.json` file: - -```json -{ - ... - "dependencies": { - ... - "sendgrid": "^4.7.0" - } -} -``` - -Install sendgrid-nodejs and its dependencies: - -```bash -npm install -``` - -### Alternative Installation - -You can also install sendgrid locally with the following command: - ```bash -npm install sendgrid +npm install --save sendgrid ``` ## Dependencies |