From a3e9a8fe9137e0cefac35bc4a05c48b4c8719a68 Mon Sep 17 00:00:00 2001 From: gapmiss <98914514+gapmiss@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:29:30 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee3c0c9..0d4624a 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ The syntax for the icon component is: The delimiter is the pipe symbol `|`. -`ICON` = the name of the icon e.g. `iconoir-peace-hand` -`COLOR`= the CSS color of the icon e.g. `purple` -`W`= the CSS width of the icon e.g. `1em` -`H`= the CSS height of the icon e.g. `1em` -`STYLE` = the CSS rule(s) for the icon component e.g. `float:right;` +ICON = the name of the icon e.g. iconoir-peace-hand +COLOR= the CSS color of the icon e.g. purple +W= the CSS width of the icon e.g. 1em +H= the CSS height of the icon e.g. 1em +STYLE = the CSS rule(s) for the icon component e.g. float:right; -ONLY the `ICON` name is required. ALL others optional. +ONLY the ICON name is required. ALL others optional. `~![iconoir-peace-hand|purple|1em|1em|float:right;]` ```