Skip to content

Commit

Permalink
docs(workflow): grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fephil committed Oct 21, 2017
1 parent cea413d commit 5154745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ metalsmith.use(metadata({
}));
```

## Plugin Ordering
## Plugin ordering

It is vital to order Metalsmith plugins correctly. Please make sure this plugin is included above metalsmith-layouts and metalsmith-in-place and any other plugin which may need your metadata.

Expand All @@ -75,7 +75,7 @@ Data is called by referencing the filename without an extension. If there was a

My workflow [Garrus](https://github.com/fephil/garrus) has an example of this plugin being used.

## Debug Mode
## Debug mode

This plugin supports debugging output. To enable, use the following command when running Metalsmith:

Expand Down

0 comments on commit 5154745

Please sign in to comment.