Skip to content

Commit ea408b0

Browse files
author
Guillaume Badi
committed
Update README.md
1 parent 41d6e5e commit ea408b0

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
@@ -48,7 +48,7 @@ result = mailjet.contact.get(filters={'limit': 2})
4848
## `POST` request
4949
``` python
5050
# Register a new sender email address
51-
result = mailjet.sender.post(data={'email': '[email protected]'})
51+
result = mailjet.sender.create(data={'email': '[email protected]'})
5252
```
5353

5454
## Combine a resource with an action

0 commit comments

Comments
 (0)