From 09fdfd8062b7ebf31f92723d22f67a64f412fc57 Mon Sep 17 00:00:00 2001 From: Josh Schneider Date: Wed, 21 Feb 2018 06:54:18 -0800 Subject: [PATCH] Readme - New tabs entries need to be double-quoted This is JSON, so in the example, double-quote `"scss"` and `"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