Skip to content

Commit eb3014b

Browse files
authored
docs: Use correct pip installation command (sendgrid#964)
1 parent fdf5c49 commit eb3014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TROUBLESHOOTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Using pip:
7272

7373
```bash
7474
pip uninstall sendgrid
75-
pip install sendgrid=1.6.22
75+
pip install sendgrid==1.6.22
7676
```
7777

7878
Download:

0 commit comments

Comments
 (0)