Skip to content

Commit

Permalink
Minor “utf8” style nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jul 18, 2016
1 parent 4cd654a commit 7147992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docdown
Expand Up @@ -89,6 +89,6 @@ var options = {

var output = docdown(options);

fs.writeFileSync(outputFile, output, 'utf-8');
fs.writeFileSync(outputFile, output, 'utf8');

process.exit(0);

0 comments on commit 7147992

Please sign in to comment.