Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
Expand Down