From 1bb70a260a03c738022459504d45f3ada601342c Mon Sep 17 00:00:00 2001 From: Naramsim Date: Wed, 12 Jun 2019 10:37:59 +0200 Subject: [PATCH] chore: add link to async test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4443e8a..7ff08bb 100644 --- a/README.md +++ b/README.md @@ -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