You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,30 +46,8 @@ source ./sendgrid.env
46
46
47
47
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.
48
48
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:
0 commit comments