Skip to content

Commit 3cf6690

Browse files
committed
docs: mention new function
1 parent b21c89f commit 3cf6690

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,14 @@ P.getPokemonByName("butterfree").then(function (response) {
484484
})
485485
```
486486

487+
Use **getPokemonEncounterAreasByName** to return data about the locations a specific pokemon can be caught.
488+
489+
```js
490+
P.getPokemonEncounterAreasByName("butterfree").then(function (response) {
491+
console.log(response)
492+
})
493+
```
494+
487495
Use **getPokemonColorByName** to return data about specific pokemon color.
488496

489497
```js

0 commit comments

Comments
 (0)