diff --git a/README.md b/README.md index 52031d2..929a13e 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ Commit message types This means that PATCHes are bug fixes and MINORs add new features but neither of them break what worked before.
Finally, MAJORs add changes that won’t work with earlier versions. -:sparkles: Add new feature 🌟 -:bug: Fix bug πŸ› -:recycle: Refactor code ♻️ -:boom: Breaking change πŸ’₯ -:lock: Improve security πŸ”’ -:memo: Update documentation πŸ“ -:rocket: Improve performance πŸš€ -:lipstick: Improve UI πŸ’„ -:construction: Work in progress 🚧 -:tada: Release new version πŸŽ‰ +- :sparkles: Add new feature 🌟 +- :bug: Fix bug πŸ› +- :recycle: Refactor code ♻️ +- :boom: Breaking change πŸ’₯ +- :lock: Improve security πŸ”’ +- :memo: Update documentation πŸ“ +- :rocket: Improve performance πŸš€ +- :lipstick: Improve UI πŸ’„ +- :construction: Work in progress 🚧 +- :tada: Release new version πŸŽ‰