Skip to content

Commit

Permalink
docs(fix default plugin listing):
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 18, 2018
1 parent a4c6753 commit 3bee028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ const metalsmith = new Metalsmith(__dirname)
By default there are 4 plugins enabled:

```
`gifsicle`
`jpegrecompress`
`pngquant`
`svgo`
gifsicle
jpegrecompress
pngquant
svgo
```

To disable a default plugin use `pluginname: null`, to disable **ALL** the default plugins use: `disableDefaults: true`
Expand Down

0 comments on commit 3bee028

Please sign in to comment.