From 5bc85cfee348256c19dc8e83a81a9734c264ae73 Mon Sep 17 00:00:00 2001 From: Konstantin Vulsonov Date: Thu, 20 Sep 2018 01:27:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2f229..6b3d95c 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 true) + removeViewBox: true, // Will remove attribute viewBox (default false) } }