summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Zaneski <eddiezane@gmail.com>2015-04-05 20:00:31 -0400
committerEddie Zaneski <eddiezane@gmail.com>2015-04-05 20:00:31 -0400
commita398b6ce808266a68c51a7c699876760a63c7353 (patch)
treeb216351818b4623daf0bff1dac270946e5b2d270
parent59b885daea93d08a0d2fad05ac7a82a81eed4977 (diff)
downloadsendgrid-nodejs-a398b6ce808266a68c51a7c699876760a63c7353.zip
sendgrid-nodejs-a398b6ce808266a68c51a7c699876760a63c7353.tar.gz
sendgrid-nodejs-a398b6ce808266a68c51a7c699876760a63c7353.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed6d307..43c1c94 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
- "sendgrid": "1.6.0"
+ "sendgrid": "^1.6.1"
}
}
```