Skip to content

Commit

Permalink
chore: fix typo's in README, remove obsolete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jan 18, 2022
1 parent cae2058 commit 66c32b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3,141 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install @metalsmith/default-values

Yarn:
```bash
npm install @metalsmith/default-values
yarn add @metalsmith/default-values
```

## Usage:
Expand Down Expand Up @@ -96,10 +96,10 @@ To use this plugin with the Metalsmith CLI, add `@metalsmith/default-values` to
{
"@metalsmith/default-values": [
{
pattern : "diary/*.md",
defaults: {
layout : "diary.hbs",
private: true
"pattern": "diary/*.md",
"defaults": {
"layout": "diary.hbs",
"private": true
}
}
]
Expand Down

0 comments on commit 66c32b9

Please sign in to comment.