From e12bcfb65fa34d4f0b4fffbd556a300cdd6cfef9 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Sat, 16 Aug 2014 01:05:01 +0200 Subject: [PATCH] Fixed variable names explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b63f2c27..7489f7f8 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ Here are some examples: To clarify, the following classes can be used: -* pkmn-name – Pokémon name* +* pkmn-name – Pokémon name* * color-regular, color-shiny – shiny or regular icon * dir-left, dir-right – direction the icon faces (some Pokémon, such as Roselia, have a different icon when facing right—by default, those that do not have a separate icon will be flipped using the CSS `transform` attribute) * gender-male, gender-female – gender of the icon (in case of gender differences, such as Meowstic) -* form-name – form of the Pokémon (e.g. `defense` for Deoxys, `a` or `exclamation` for Unown, `orange` for Flabébé, etc.) +* form-name – form of the Pokémon (e.g. `defense` for Deoxys, `a` or `exclamation` for Unown, `orange` for Flabébé, etc.) *Note: for Pokémon names, simplified versions without special characters are used, e.g. "flabebe" rather than "Flabébé". See the [icon overview page](https://github.com/msikma/pokesprite/wiki/Overview) for a full list of supported names.