Skip to content

Commit

Permalink
docs: Use correct pip installation command (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasurde authored Feb 6, 2021
1 parent fdf5c49 commit eb3014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Using pip:

```bash
pip uninstall sendgrid
pip install sendgrid=1.6.22
pip install sendgrid==1.6.22
```

Download:
Expand Down

0 comments on commit eb3014b

Please sign in to comment.