diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 497c16d..18236cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,11 +73,7 @@ git clone https://github.com/sendgrid/ruby-http-client.git cd ruby-http-client ``` -##### Execute: ##### - -See the [examples folder](https://github.com/sendgrid/ruby-http-client/tree/master/examples) to get started quickly. - -To try the SendGrid example: +### Environment Variables First, get your free SendGrid account [here](https://sendgrid.com/free?source=ruby-http-client). @@ -89,6 +85,10 @@ echo "sendgrid.env" >> .gitignore source ./sendgrid.env ``` +##### Execute: ##### + +See the [examples folder](https://github.com/sendgrid/ruby-http-client/tree/master/examples) to get started quickly. + To run the example (after updating the emails): ```bash