Skip to content

Commit

Permalink
A better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Mar 3, 2019
1 parent 4693f5f commit 9640b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/grunt/task-readme.js
Original file line number Diff line number Diff line change
@@ -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 ) {
Expand Down

0 comments on commit 9640b55

Please sign in to comment.