diff --git a/README.md b/README.md index 7b692e5..300ad4c 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,11 @@ Here are the commonly used scripts defined in the monorepo: ```bash npm run lint ``` -- **Format the project:** +- **Fixes formatting issues :** ```bash npm run format ``` -- **Check formatting of the project:** +- **Checks formatting issues without fixing them :** ```bash npm run format:check ```