From 9640b5583e805ca75c5f122e221d98fbe2406654 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Sun, 3 Mar 2019 15:07:08 +0200 Subject: [PATCH] A better explanation --- scripts/grunt/task-readme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/grunt/task-readme.js b/scripts/grunt/task-readme.js index 23f22d0..5a1728b 100644 --- a/scripts/grunt/task-readme.js +++ b/scripts/grunt/task-readme.js @@ -1,8 +1,8 @@ /** - * Build a WP readme. + * Build a WordPress readme.txt file out of a markdown source template. */ -const path = require('path'); +const path = require( 'path' ); const handlebars = require( 'handlebars' ); function formatReadme( content ) {