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