Skip to content

Commit

Permalink
chore: add link to async test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jun 12, 2019
1 parent b8548ff commit 1bb70a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var P = new Pokedex();

**UPDATE**: You can pass an array to each endpoint, it will retrive data for each array element. If you scroll down, you will find an example.

### Example requests
### [Example](./test/test_async.js) requests

```js
P.getPokemonByName('eevee') // with Promise
Expand Down

0 comments on commit 1bb70a2

Please sign in to comment.