Skip to content

Commit cf53f61

Browse files
author
Guillaume Badi
committed
Update README.md
1 parent 49e8f5f commit cf53f61

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
@@ -43,5 +43,5 @@ result = mailjet.sender.post(data={'email': '[email protected]'})
4343
## Combine an resource with an action
4444
``` python
4545
# Get the contact lists of contact #2
46-
result = mailjet.Contact_getcontactslists(id=2)
46+
result = mailjet.contact_getcontactslists(id=2)
4747
```

0 commit comments

Comments
 (0)