diff options
Diffstat (limited to 'lib/helpers/mail')
-rw-r--r-- | lib/helpers/mail/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/helpers/mail/README.md b/lib/helpers/mail/README.md index 4ba3385..48570cd 100644 --- a/lib/helpers/mail/README.md +++ b/lib/helpers/mail/README.md @@ -2,7 +2,7 @@ # Quick Start -Run the [example](https://github.com/sendgrid/sendgrid-nodejs/tree/v3beta/examples) (make sure you have set your environment variable to include your SENDGRID_API_KEY). +Run the [example](https://github.com/sendgrid/sendgrid-nodejs/tree/master/examples) (make sure you have set your environment variable to include your SENDGRID_API_KEY). ```bash node examples/helpers/mail/example.js @@ -10,5 +10,5 @@ node examples/helpers/mail/example.js ## Usage -- See the [example](https://github.com/sendgrid/sendgrid-nodejs/tree/v3beta/examples) for a complete working example. +- See the [example](https://github.com/sendgrid/sendgrid-nodejs/tree/master/examples) for a complete working example. - [Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/overview.html)
\ No newline at end of file |