diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec77617..43c3136 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,13 @@
# Change Log
-## [Unreleased] _(not in order)_
+## [Unreleased] _(not ordered)_
- Task API
- Upload only active file
- Make it possible to receive a webhook to send info to user => maybe not possible
- clean code (more)
- message on deactivate if not everything is pushed
-- check if commit msg was already pushed with git log main --format=%s and propose increment
+- check if commit msg was already pushed with `git log main --format=%s` and propose increment
- make a better Readme.md
- rename extension
- better logo ?
@@ -24,9 +24,9 @@
- trim commit message before push
- clean code
- check if in git repository before running commands => better
-- "fix" "Merge branch 'main' of https://[...]" in commit message => git pull --rebase
+- "fix" "Merge branch 'main' of https://[...]" in commit message => `git pull --rebase`
- fix/improve error output
-- change git pull --ff to git pull --rebase --autostash to make it possible to pull when there are uncommited changes
+- change `git pull --ff` to `git pull --rebase --autostash` to make it possible to pull when there are uncommited changes
## [0.2.0] - 2024-07-19
@@ -40,7 +40,7 @@
- Fixed "commit message auto increment"
- Fixed commit message couldn't have `'` in it
-- added "--ff" to git pull
+- added `--ff` to git pull
## [0.1.2] - 2024-07-11