summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-05-03 00:46:42 -0700
committerElmer Thomas <elmer@ThinkingSerious.com>2016-05-03 00:46:42 -0700
commitb8aa79e54e444374c5f25e0bef27730f0fbe074b (patch)
tree50aabf2d5f8a077a2c7865ed0581a1144773ca0c
parent3057b6056dcb246f01d7130316571d41f62720bf (diff)
downloadphp-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.zip
php-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.tar.gz
php-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.tar.bz2
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2db5438..b5fd677 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -104,7 +104,7 @@ This allows for the following mapping from a URL to a method chain:
`/api_client/{api_key_id}/version` maps to `client->api_client().->_($api_key_id)->version-><method>()` where <method> is a [HTTP verb](https://github.com/sendgrid/php-http-client/blob/master/lib/client.php#L94).
-**congfig.php**
+**config.php**
Loads the environment variables.