From 42bb2c6a5f94eddd3938ce8d7b7c1403f194d31d Mon Sep 17 00:00:00 2001
From: Juan Fernandes <fernandes.juan+github@gmail.com>
Date: Wed, 12 Sep 2018 11:56:23 +0100
Subject: [PATCH] Update README.md

Where is says how to add extensions, line 41, its says to use ['scss', 'js'] but this throws an error in the console, shouldn't it be ["scss", "js"] ?
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cd6897d..8706e19 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Example:
 }
 ```
 
-Add file extensions to this array as strings. Example: `"tabsToAdd": ['scss', 'js']`. You are all set now.
+Add file extensions to this array as strings. Example: `"tabsToAdd": ["scss", "js"]`. You are all set now.
 
 ## Expected Structure