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' + } } }); ```