Skip to content

Commit 045fd7a

Browse files
authored
1 parent 9c4367d commit 045fd7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ This module is a transport plugin for [Nodemailer](https://github.com/andris9/No
1414
## Usage
1515
Install via npm.
1616

17-
npm install nodemailer-sendgrid-transport
17+
npm install nodemailer_sendgrid_transport
1818

1919
Require the module and initialize it with your SendGrid credentials.
2020

2121
```javascript
2222
var nodemailer = require('nodemailer');
23-
var sgTransport = require('nodemailer-sendgrid-transport');
23+
var sgTransport = require('nodemailer_sendgrid_transport');
2424

2525
// api key https://sendgrid.com/docs/Classroom/Send/api_keys.html
2626
var options = {
@@ -66,7 +66,7 @@ mailer.sendMail(email, function(err, res) {
6666
## Deploying
6767

6868
* Confirm tests pass
69-
* Bump the version in `README.md`, `package.json`, `test/sendgrid-transport-test.js`
69+
* Bump the version in `README.md`, `package.json`, `test/sendgrid_transport_test.js`
7070
* Update `CHANGELOG.md`
7171
* Confirm tests pass
7272
* Commit `Version bump vX.X.X`

0 commit comments

Comments
 (0)