Skip to content

Commit 4c41eea

Browse files
Merge pull request #243 from berto/update-readme
Update deprecated Heroku command
2 parents 5b985b2 + a5c5e29 commit 4c41eea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sendgrid/helpers/inbound/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ To make changes: clone, modify and push the changes.
9191

9292
For example:
9393
```bash
94-
heroku clone -a name-of-your-app
95-
vim config.yml
94+
git clone https://github.com/sendgrid/sendgrid-python.git
95+
heroku git:remote -a [name-of-your-app]
96+
---make changes---
9697
git add .
9798
git commit -m "update configuration"
9899
git push heroku master

0 commit comments

Comments
 (0)