Skip to content

Commit 8701fdc

Browse files
authored
Update README.MD
1 parent be2a61e commit 8701fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Requires Python 2.7
3434
pip install usabilla-api
3535
```
3636

37-
## Examples:
37+
## Examples
3838
The example folder contains an example of the client, which gives an idea how the client can be used and what is possible.
3939

4040

41-
## Iterators
41+
###Iterators
4242

4343
When working with the <code>limit</code> parameters (default value is **100**) you can request resources using the <code>item_iterator()</code> function.
4444
The API returns data in pages. This function returns a [Generator](https://wiki.python.org/moin/Generators) which

0 commit comments

Comments
 (0)