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.