diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-10-12 12:15:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 12:15:41 -0700 |
commit | b3237cc75042ef751af4c32e3399276c0798ae7c (patch) | |
tree | f1e15bbe0d6b9bf15899a1ec4dba29d8ba74004c /CONTRIBUTING.md | |
parent | 5daa42beba7964bd4ab5b40915019a6361435331 (diff) | |
parent | 56ddf8b35f95d437629c805e75103945d5ab3f47 (diff) | |
download | sendgrid-csharp-master.zip sendgrid-csharp-master.tar.gz sendgrid-csharp-master.tar.bz2 |
Merge pull request #342 from stevensona/contributing-guidelines-typoHEADorigin/masterorigin/HEADmaster
Align contributing guidelines to actual example code
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9693f9e..a866e66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ git clone https://github.com/sendgrid/sendgrid-csharp.git First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-csharp). -Next, update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys). +Next, update your Environment (user space) with your [SENDGRID_APIKEY](https://app.sendgrid.com/settings/api_keys). ##### Execute: ##### |