Skip to content

Commit

Permalink
update CONTRIBUTING.md (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepriefy authored and thinkingserious committed Jan 17, 2020
1 parent 35c777e commit 84fac13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,11 @@ git clone https://github.com/sendgrid/rest.git
cd rest
```

##### Execute: #####

See the [examples folder](https://github.com/sendgrid/rest/tree/master/examples) to get started quickly.

If you want to try the SendGrid example:
### Environment Variables

First, get your free SendGrid account [here](https://sendgrid.com/free?source=rest).

You will need to setup the following environment to use the SendGrid example:
Next, update your environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) if you will test with Swift Mailer.

```
echo "export SENDGRID-API-KEY='YOUR-API-KEY'" > sendgrid.env
Expand All @@ -91,6 +87,10 @@ source ./sendgrid.env
go run examples/example.go
```

##### Execute: #####

See the [examples folder](https://github.com/sendgrid/rest/tree/master/examples) to get started quickly.

<a name="understanding-the-codebase"></a>
## Understanding the Code Base

Expand Down

0 comments on commit 84fac13

Please sign in to comment.