Skip to content

Commit 3722f2b

Browse files
author
Guillaume Badi
committed
2 parents 847c894 + 31e5319 commit 3722f2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#Simple Mailjet APIv3 wrapper (WIP)
22

3+
### API documentation
4+
5+
Find out more about the Mailjet API: http://dev.mailjet.com/guides/?python
6+
37
## Getting Started
48

59
First, make sure you have an API key, and an API secret.
610
Once you got them, save them in your environment:
711

8-
### API documentation
9-
10-
Find out more about the Mailjet API: http://dev.mailjet.com/
11-
12-
1312
```
1413
export MJ_APIKEY_PUBLIC='your api key'
1514
export MJ_APIKEY_PRIVATE='your api secret'

0 commit comments

Comments
 (0)