From 3c045243a7df9e31b8047d21b98703d956b4dbf7 Mon Sep 17 00:00:00 2001 From: atisawd Date: Tue, 20 Nov 2018 15:59:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e78cc..79d157d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The `` custom element supports the following attributes: - `name` : (REQUIRED) the name of the icon to be displayed - `color`: A color for the icon. - `size`: The size for the icon. It supports one of two types of values: - - One of the followign shortcuts: `xs`, `sm`, `md`, `lg` + - One of the following shortcuts: `xs`, `sm`, `md`, `lg` - A css unit size (ex. `60px`) - `rotate`: one of the following values: `90`, `180`, `270` - `flip`: one of the following values: `horizontal`, `vertical`