From 1374a3a65a3e19e837b827c9dfbf727e9bbe3a45 Mon Sep 17 00:00:00 2001 From: Konstantin Vulsonov Date: Thu, 20 Sep 2018 01:07:37 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0b884..1f2f229 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ svg-iconset --source=assets/images/icons --result=icons ``` Creates a file `icons-iconset.svg` in same folder ### In Project -``` +```javascript const SvgIconset = require('svg-iconset'); const config = { @@ -38,3 +38,7 @@ const config = { new SvgIconset(config).createSet(); ``` + +#### Additional +[Default SVGO optimisation config](https://github.com/DariusNorv/svg-iconset/wiki#default-svgo-configuration) +