From ddc50ef0695d3f9df5fdb46033e12a0773b36a49 Mon Sep 17 00:00:00 2001 From: Olivier Refalo Date: Thu, 13 Jun 2024 18:43:40 +0400 Subject: [PATCH] docs: fix linting issue ;-/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b61f49..d0e5696c 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ After setting (or update) the environment (discussed in the previous section), y ### Commiting changes -* run `pnpm commit` +- run `pnpm commit` We have very precise rules over how our git commit messages are formatted. This leads to **more readable messages** that are easy to follow when looking through the **project history**. We use the git messages to **auto-generate the change log**.