Skip to content

Commit

Permalink
Added supported versions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 19, 2016
1 parent c5a99fa commit f479e54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ We welcome direct contributions to the sendgrid-php code base. Thank you!

##### Prerequisites #####

- PHP 5.6 or greater
- [php-http-client](https://github.com/sendgrid/php-http-client)
- PHP 5.6 or 7.0

##### Initial setup: #####

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/

# Installation

## Setup Environment Variables
## Prerequisites

- PHP version 5.6 or 7.0
- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-php)

First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-php).
## Setup Environment Variables

Next, update your environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
Update your environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).

```bash
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
Expand Down

0 comments on commit f479e54

Please sign in to comment.