Skip to content

Commit

Permalink
Minor docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 29, 2012
1 parent 26b5100 commit 8028164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ A collection of tasks for building the jQuery websites

## build-pages

This multi-task takes a list of html files, copies them to `[wordpress.dir]/posts/page`, processes @partial entries and highlights the syntax in each.
This multi-task takes a list of html or markdown files, copies them to `[wordpress.dir]/posts/page`, processes @partial entries and highlights the syntax in each.

### @partial

Expand Down Expand Up @@ -40,5 +40,5 @@ other content
```

## License
Copyright (c) 2012 Jörn Zaefferer
Copyright (c) 2012 jQuery Foundation
Licensed under the MIT license.
2 changes: 1 addition & 1 deletion tasks/build.js
Expand Up @@ -19,7 +19,7 @@ var // modules
nsh = require( "node-syntaxhighlighter" ),
path = require( "path" );

grunt.registerMultiTask( "build-pages", "Process html files as pages, include @partials and syntax higlight code snippets", function() {
grunt.registerMultiTask( "build-pages", "Process html and markdown files as pages, include @partials and syntax higlight code snippets", function() {
var content,
task = this,
taskDone = task.async(),
Expand Down

0 comments on commit 8028164

Please sign in to comment.