summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}
}
```