Skip to content

Commit

Permalink
docs: fix npm docs link (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindell committed Jan 5, 2022
1 parent 3e9d37f commit 9dc9f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mail/README.md
Expand Up @@ -30,7 +30,7 @@ source ./sendgrid.env
```

## Install Package
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.
The following recommended installation requires [npm](https://npmjs.org/). If you are unfamiliar with npm, see the [npm docs](https://docs.npmjs.com/). Npm comes installed with Node.js since node version 0.8.x, therefore, you likely already have it.

```sh
npm install --save @sendgrid/mail
Expand Down

0 comments on commit 9dc9f0f

Please sign in to comment.