Skip to content

Commit c8325c3

Browse files
Merge pull request #329 from heitortsergent/readme-installation
Update README
2 parents c8796e8 + dbd9ee6 commit c8325c3

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,8 @@ source ./sendgrid.env
4646

4747
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.
4848

49-
Add the following to your `package.json` file:
50-
51-
```json
52-
{
53-
...
54-
"dependencies": {
55-
...
56-
"sendgrid": "^4.7.0"
57-
}
58-
}
59-
```
60-
61-
Install sendgrid-nodejs and its dependencies:
62-
63-
```bash
64-
npm install
65-
```
66-
67-
### Alternative Installation
68-
69-
You can also install sendgrid locally with the following command:
70-
7149
```bash
72-
npm install sendgrid
50+
npm install --save sendgrid
7351
```
7452

7553
## Dependencies

0 commit comments

Comments
 (0)