Skip to content

Commit b854be8

Browse files
author
Guillaume Badi
committed
mailjet_rest instead of mailjet
1 parent 9af3232 commit b854be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export MJ_APIKEY_PRIVATE='your api secret'
1818

1919
``` python
2020
# import the mailjet wrapper
21-
from mailjet import Client
21+
from mailjet_rest import Client
2222
import os
2323

2424
# Get your environment Mailjet keys

0 commit comments

Comments
 (0)