summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeitor Tashiro Sergent <heitortsergent@gmail.com>2016-10-24 21:57:00 -0500
committerGitHub <noreply@github.com>2016-10-24 21:57:00 -0500
commitdbd9ee6e0219389387f53669d25dc8c988beaf1a (patch)
tree3535059198cbaee1b486dfee34cae44d7e9d62eb
parentc8796e83af07c7573d046da1e1a1460e5c3136f3 (diff)
downloadsendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.zip
sendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.tar.gz
sendgrid-nodejs-dbd9ee6e0219389387f53669d25dc8c988beaf1a.tar.bz2
Update README
Simplify installation instructions
-rw-r--r--README.md24
1 files changed, 1 insertions, 23 deletions
diff --git a/README.md b/README.md
index e8876e8..cf4cc63 100644
--- a/README.md
+++ b/README.md
@@ -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