From 82dbce446206a4949774ad608d0d45bd8715303d Mon Sep 17 00:00:00 2001 From: Jasmeet Singh Saini Date: Sat, 29 Dec 2018 21:43:37 +0530 Subject: [PATCH] Update README.md missing closing parentheses --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61fd81e..9d82b9c 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,11 @@ grunt.initConfig({ inlineTagAttributes: { js: 'data-inlined="true"', // Adds `````` css: 'data-inlined="true"' // Adds `````` - }, - src: 'src/index.html', - dest: 'dist/index.html' - } + } + }, + src: 'src/index.html', + dest: 'dist/index.html' + } } }); ```