diff --git a/README.md b/README.md index 6ebd1d2078..77e8620978 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ [![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 and https://unpkg.com CDN_ +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.2/sprites/pokemon/other/dream-world/87.svg +https://unpkg.com/pokeapi-sprites@2.0.3/sprites/pokemon/other/dream-world/87.svg + +Sample of use : [PokéAPI Explorer]([PokeApi-explorer-url]) +[![PokéAPI Explorer][PokeApi-explorer-image]][PokeApi-explorer-url] -pikachu
@@ -269,3 +271,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 diff --git a/package.json b/package.json index 8d080b01ca..f76a9124b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokeapi-sprites", - "version": "2.0.2", + "version": "2.0.3", "description": "pokemon SVG and GIF for https://pokeapi.co", "main": "index.js", "scripts": {