diff --git a/README.md b/README.md
index 77e8620978..c0cde78e84 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,17 @@
-# PokéAPI SVG and GIF Sprites
+# PokéAPI SVG and GIF Sprites
[![NPM version][npm-image]][npm-url]
_This project is a fork of https://github.com/PokeAPI/sprites
to publish SVG and GIF on [npmjs.org](https://npmjs.org) and [unpkg.com](https://unpkg.com) CDN_
-https://unpkg.com/pokeapi-sprites@2.0.3/sprites/pokemon/other/dream-world/87.svg
+https://unpkg.com/pokeapi-sprites@2.0.4/sprites/pokemon/other/dream-world/87.svg
-Sample of use : [PokéAPI Explorer]([PokeApi-explorer-url])
+Sample of use : [PokéAPI Explorer][PokeApi-explorer-url]:
[![PokéAPI Explorer][PokeApi-explorer-image]][PokeApi-explorer-url]
+
_Original project README_
@@ -271,5 +272,5 @@ We would like to thank the [Smogon community](https://www.smogon.com/) for allow
[npm-image]: https://img.shields.io/npm/v/pokeapi-sprites.svg
[npm-url]: https://npmjs.org/package/pokeapi-sprites
-[PokeApi-explorer-image]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.png
-[PokeApi-explorer-url]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.html
+[PokeApi-explorer-image]: https://unpkg.com/css-chain-test@1.0.8/src/PokeApi-Explorer.png
+[PokeApi-explorer-url]: https://unpkg.com/css-chain-test@1.0.8/src/PokeApi-Explorer.html
diff --git a/package.json b/package.json
index f76a9124b2..fbb8b96c9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pokeapi-sprites",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "pokemon SVG and GIF for https://pokeapi.co",
"main": "index.js",
"scripts": {