From 8cbdddace90f0f9d504bfb5a48491a8b957a5a91 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 5 Jan 2023 02:04:49 +0100 Subject: [PATCH] fix: small typos in readme (#436) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fd68d1eb..0c156233e 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ By default the stroke width is 2. You can change the stroke width in the `compil } ``` -To reduce the font file size you can choose to compile a sub set of icons. When you leave the array empty it will compile all the fonts. To compile only two icons you can set for example the folowing option in the `compile-options.json`: +To reduce the font file size you can choose to compile a sub set of icons. When you leave the array empty it will compile all the fonts. To compile only two icons you can set for example the following option in the `compile-options.json`: ```JSON { @@ -264,7 +264,7 @@ To reduce the font file size you can choose to compile a sub set of icons. When } ``` -Optional property `includeCategories` - an array or string of icon categories to include, category names are case-issensetive. +Optional property `includeCategories` - an array or string of icon categories to include, category names are case-insensitive. ```JSON { "includeCategories": ["Devices", "System"]