diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-05-03 00:46:42 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-05-03 00:46:42 -0700 |
commit | b8aa79e54e444374c5f25e0bef27730f0fbe074b (patch) | |
tree | 50aabf2d5f8a077a2c7865ed0581a1144773ca0c | |
parent | 3057b6056dcb246f01d7130316571d41f62720bf (diff) | |
download | php-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.zip php-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.tar.gz php-http-client-b8aa79e54e444374c5f25e0bef27730f0fbe074b.tar.bz2 |
Update CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
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. |