Skip to content

Commit

Permalink
Fix toml example
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 11, 2020
1 parent fd67e6c commit f818699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -191,7 +191,7 @@ Or TOML in `.release-it.toml`:

```toml
[hooks]
before:init = "npm test"
"before:init" = "npm test"
```

Any option can also be set on the command-line, and will have highest priority. Example:
Expand Down

0 comments on commit f818699

Please sign in to comment.