diff --git a/README.md b/README.md index 6627d3c9..928fe53b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Displaying the sprites is a matter of adding an empty `` or `
` elemen Here are some examples: +```html @@ -32,6 +33,7 @@ Here are some examples: +``` To clarify, the following classes can be used: @@ -49,6 +51,7 @@ The tag name used is also important: if a `` is used, the icon is displaye The item icons have been organized in a set of collections. To display an icon, first the collection name must be used, followed by the item itself. Some names are modified; for example, `oran-berry` is already in the `berry` collection, so it was renamed to just `oran`. Some HTML examples follow: +```html @@ -57,6 +60,7 @@ The item icons have been organized in a set of collections. To display an icon, +``` There are many different icons that can be displayed. See the [icon overview page](#) for a complete overview.