Skip to content

Commit 63740bb

Browse files
committed
docs(readme): Fix list indent 📚
1 parent 0a47cc0 commit 63740bb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ See [commitizen documentation](https://github.com/commitizen/cz-cli#making-your-
8383
Aliases are additionnal commit types that will be formatted to follow [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and automatically set some fields.
8484

8585
For example when choosing `initial`, `cz-conventional-commit` will automatically set:
86-
* the standard type to `feat`
87-
* the `scope` to empty
88-
* the `subject` to 'Initial commit 🎉'
89-
* the `issues` to empty
90-
* the `breaking` to empty
86+
* the standard type to `feat`
87+
* the `scope` to empty
88+
* the `subject` to 'Initial commit 🎉'
89+
* the `issues` to empty
90+
* the `breaking` to empty
9191

9292
The commit message will be `feat: Initial commit 🎉`.
9393

@@ -101,4 +101,4 @@ The commit message will be `feat: Initial commit 🎉`.
101101

102102
## Related
103103

104-
- [conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module
104+
* [conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module

0 commit comments

Comments
 (0)