Skip to content

Commit

Permalink
Make README.md formatting clear
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Jul 26, 2023
1 parent bc94bbf commit 0990541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The token is read from the file assets/env/env.json, which you may need to creat

### Automated formatting

In order to contribute, you must format you files using `dart format` manually or formatting on save using your IDE automatically, or you can install the git pre-commit hook doing the following command at the root of the directory that automatically formats staged files:
In order to contribute, you must format your changed files using `dart format` manually or enabing _formatting on save_ using your IDE ([VSCode or IntelliJ](https://docs.flutter.dev/tools/formatting)). Alternatively, you can install the git pre-commit hook that formats your changed files when you commit, doing the following command at the **root directory of the repository**:

``` bash
chmod +x pre-commit-hook.sh && ./pre-commit-hook.sh
Expand Down

0 comments on commit 0990541

Please sign in to comment.