Skip to content

Commit

Permalink
fix docs syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Apr 1, 2020
1 parent 52b94a1 commit d9fb308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/brew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ yarn add -D @auto-it/brew

To use this plugin you will need to add the required configuration and a template file.

```jsonc
- `executable` - REQUIRED: The executable to create a formula for
- `name` - REQUIRED: The name of the formula to create
- `formula` - A path to the formula template. Default is './formula-template.rb'

```json
{
"plugins": [
[
"brew",
{
// REQUIRED: The executable to create a formula for
"executable": "path/to/some/executable",
// REQUIRED: The name of the formula to create
"name": "name-of-formula",
// Optional: A path to the formula template. Default is './formula-template.rb'
"formula": "path/to/formula/template"
}
]
// other plugins
]
}
```
Expand Down Expand Up @@ -72,7 +72,7 @@ end

You can also use this to create multiple `brew` formulae.

```jsonc
```json
{
"plugins": [
[
Expand Down

0 comments on commit d9fb308

Please sign in to comment.