We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb3f36 commit c243e94Copy full SHA for c243e94
1 file changed
CONTRIBUTING.md
@@ -73,11 +73,7 @@ git clone https://github.com/sendgrid/ruby-http-client.git
73
cd ruby-http-client
74
```
75
76
-##### Execute: #####
77
-
78
-See the [examples folder](https://github.com/sendgrid/ruby-http-client/tree/master/examples) to get started quickly.
79
80
-To try the SendGrid example:
+### Environment Variables
81
82
First, get your free SendGrid account [here](https://sendgrid.com/free?source=ruby-http-client).
83
@@ -89,6 +85,10 @@ echo "sendgrid.env" >> .gitignore
89
85
source ./sendgrid.env
90
86
91
87
88
+##### Execute: #####
+
+See the [examples folder](https://github.com/sendgrid/ruby-http-client/tree/master/examples) to get started quickly.
92
To run the example (after updating the emails):
93
94
```bash
0 commit comments