Skip to content

Commit 37e7361

Browse files
committed
Fixes #2
1 parent 7eb5599 commit 37e7361

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ For each root endpoint we provide a method to get all the items contained by tha
595595

596596
**TIP**: Do not pass any config Object to your call, since you will get every item and everything will be cached to your RAM.
597597

598-
This call will get the list of pokemon between ID 34 and ID 44
598+
This call will get the list of pokemon between ID 35 and ID 44
599599

600600

601601
```js
@@ -618,10 +618,6 @@ This is what you will get:
618618
"next": "https://pokeapi.co:443/api/v2/pokemon/?limit=11&offset=44",
619619
"previous": "https://pokeapi.co:443/api/v2/pokemon/?limit=11&offset=22",
620620
"results": [
621-
{
622-
"url": "https://pokeapi.co:443/api/v2/pokemon/34/",
623-
"name": "nidoking"
624-
},
625621
{
626622
"url": "https://pokeapi.co:443/api/v2/pokemon/35/",
627623
"name": "clefairy"

0 commit comments

Comments
 (0)