Skip to content

Commit

Permalink
Merge pull request #72 from lleaff/patch-1
Browse files Browse the repository at this point in the history
Fix confusing example in README.md
  • Loading branch information
contra authored Dec 9, 2016
2 parents 17d44ec + fa84ece commit 3b4fdf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ gulp.src("./src/**/hello.txt")
path.dirname += "/ciao";
path.basename += "-goodbye";
path.extname = ".md";
return path;
}))
.pipe(gulp.dest("./dist")); // ./dist/main/text/ciao/hello-goodbye.md

Expand Down

0 comments on commit 3b4fdf8

Please sign in to comment.