Skip to content

Commit

Permalink
docs: fix README example (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Nov 30, 2018
1 parent 5543c79 commit 9b72c17
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ Some of the policies included are:
Create a file named `.conform.yaml` with the following contents:

```yaml:
- type: conventionalCommit
spec:
types:
- "type"
scopes:
- "scope"
policies:
- type: conventionalCommit
spec:
types:
- "type"
scopes:
- "scope"
```

In the same directory, run:
Expand Down

0 comments on commit 9b72c17

Please sign in to comment.