Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ed7ec9c

Browse files
committed
minor typos
1 parent 1add614 commit ed7ec9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Add the plugin to your metalsmith.json file:
4242
}
4343
```
4444

45-
### With Javascript
45+
### With JavaScript
4646

47-
Pass the plugin into metalsmith.use
47+
Pass the plugin into metalsmith.use:
4848

4949
```js
5050
var metalsmith = require('metalsmith')
@@ -69,7 +69,7 @@ Data is called by referencing the filename without an extension. If there was a
6969

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

72-
## Debug mode
72+
## Debug Mode
7373

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

0 commit comments

Comments
 (0)