From 130e111af1e376337a5c9cd7959205cb05bfbb46 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Sat, 16 Aug 2014 01:52:23 +0200 Subject: [PATCH] Minor fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f76198fc..c70d01a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PokéSprite – Image Sprite Generator =================================== -This simple script generates a *complete image sprite* of all Pokémon in the National Pokédex, along with the icons for every single item, and a *SCSS file* to make them usable. This sprite can then be used to efficiently display these icons on a website. +This simple script generates a *complete image sprite* of all Pokémon in the National Pokédex, along with the icons for every single in-game item. It also generates *SCSS and JS files* which can then be used to efficiently display the icons from the sprite on a website.

PokéSprite icon example @@ -21,7 +21,7 @@ Aside from that, it's useful to have one central location for all these icons. Usage guide ----------- -Displaying the sprites is a matter of adding an empty `` or `

` element with the appropriate `class` attribute set. The base class is *`pkspr`*. Following the base class, you can add a number of classes that specify which icon is to be displayed. +Displaying the sprites is a matter of adding an empty `` or `
` element with the appropriate `class` attribute set. The base class is `pkspr`. Following the base class, you can add a number of classes that specify which icon is to be displayed. Here are some examples: