We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b985b2 + a5c5e29 commit 4c41eeaCopy full SHA for 4c41eea
sendgrid/helpers/inbound/README.md
@@ -91,8 +91,9 @@ To make changes: clone, modify and push the changes.
91
92
For example:
93
```bash
94
-heroku clone -a name-of-your-app
95
-vim config.yml
+git clone https://github.com/sendgrid/sendgrid-python.git
+heroku git:remote -a [name-of-your-app]
96
+---make changes---
97
git add .
98
git commit -m "update configuration"
99
git push heroku master
0 commit comments