Skip to content

Commit 50191b7

Browse files
committed
chore: update links
1 parent 6aaf2e1 commit 50191b7

File tree

4 files changed

+436
-5
lines changed

4 files changed

+436
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ A PokeAPI wrapper intended for browsers only. Comes fully asynchronous (with [lo
1313
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1414
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1515

16-
**Table of Contents**
1716

1817
- [Install](#install)
1918
- [Usage](#usage)
2019
- [Example requests](#example-requests)
2120
- [Configuration](#configuration)
21+
- [Caching images](#caching-images)
2222
- [Tests](#tests)
2323
- [Endpoints](#endpoints)
2424
- [Berries](#berries)
@@ -116,7 +116,7 @@ In this way when `pokeapi-js-wrapper`'s `Pokedex` is created it will install and
116116

117117
It's fundamental that you download the Service Worker [we provide](https://raw.githubusercontent.com/PokeAPI/pokeapi-js-wrapper/master/dist/pokeapi-js-wrapper-sw.js)_(Right Click + Save As)_ and you serve it from the root of your project/server. Service Workers in fact cannot be installed from a domain different than yours.
118118

119-
A [basic example]() is hosted [here]().
119+
A [basic example](https://github.com/PokeAPI/pokeapi-js-wrapper/blob/master/test/example-sw.html) is hosted [here](https://pokeapi.github.io/pokeapi-js-wrapper/test/example-sw.html).
120120

121121
## Tests
122122

0 commit comments

Comments
 (0)