Skip to content

Commit

Permalink
Merge branch 'master' into fix/initialcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Jan 24, 2018
2 parents 75323db + edbb6d9 commit 291ffdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can even create a global config. Just go to your users home and create a `.s
- [scope](#scope)
- [emoji](#emoji)
- [lowercaseTypes](#lowercaseTypes)
- [initial-commit](#initial-commit)
- [initialCommit](#initialCommit)
- [types](#types)
- [rules](#rules)

Expand Down Expand Up @@ -160,15 +160,15 @@ Example:
}
```

### initial-commit
### initialCommit

**Type:** `object`

**Default:**

```json
{
"initial-commit": {
"initialCommit": {
"isEnabled": true,
"emoji": ":tada:",
"message": "Initial commit"
Expand Down

0 comments on commit 291ffdc

Please sign in to comment.