summaryrefslogtreecommitdiffstats
path: root/lib/helpers/mail
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-06-13 18:15:46 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-06-13 18:15:46 -0700
commitaffdb34bf79df79c497b8079e0d7769a89e133fd (patch)
treefd8f4d330100ff0869ffd65c01e701a28f8c67cc /lib/helpers/mail
parent1313e7e8bfbf35994b79b6b7a1bb84cb40c4f328 (diff)
downloadsendgrid-nodejs-affdb34bf79df79c497b8079e0d7769a89e133fd.zip
sendgrid-nodejs-affdb34bf79df79c497b8079e0d7769a89e133fd.tar.gz
sendgrid-nodejs-affdb34bf79df79c497b8079e0d7769a89e133fd.tar.bz2
Version Bump v3.0.0: full v3 Web API support
Diffstat (limited to 'lib/helpers/mail')
-rw-r--r--lib/helpers/mail/README.md4
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