Skip to content

Commit 1740b54

Browse files
authored
Merge pull request #92 from matkoniecz/patch-1
add a missing step
2 parents 5219564 + 21479a5 commit 1740b54

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Import the package:
3434
import maproulette
3535
```
3636

37+
import `json` for nice json printing:
38+
39+
```
40+
import json
41+
```
42+
3743
From there, create a configuration object. Depending on your use case, you may need to pass your API key. Specify
3844
that when you create your configuration. For example:
3945

0 commit comments

Comments
 (0)