Skip to content

Commit

Permalink
fix typo in example source
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgerard committed May 28, 2016
1 parent c3a1a33 commit 2c496d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -129,7 +129,7 @@ lambda.config('github', {
token: 'YOUR GITHUB TOKEN HERE', token: 'YOUR GITHUB TOKEN HERE',
}); });


lamdba.task('mixu/cssbook - generate markdown', function(task) { lambda.task('mixu/cssbook - generate markdown', function(task) {
// generate markdown from /input/*.md to / // generate markdown from /input/*.md to /
return task.github('/input/*.md') return task.github('/input/*.md')
.pipe(task.generateMarkdown({ .pipe(task.generateMarkdown({
Expand Down

0 comments on commit 2c496d8

Please sign in to comment.