From dbf0994650779014f5695e18f795bbb38d791c40 Mon Sep 17 00:00:00 2001 From: Konstantin Vulsonov Date: Fri, 21 Sep 2018 01:58:04 +0300 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b3d95c..fd71ae6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ const config = { result: 'icons', // Required // This is optional for optimize files using SVGO plugins optimize: { - removeViewBox: true, // Will remove attribute viewBox (default false) + removeViewBox: true, // Will remove attribute viewBox } }