diff --git a/tools/README.md b/tools/README.md index 5f3a8c476d..ad4dfa603b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -9,7 +9,7 @@ is a prerequisite to run this before code check in. To run formatting: -```bash +```sh ./tools/format.py ``` @@ -20,6 +20,6 @@ It is a prerequisite to run this before code check in. To run linting: -```bash +```sh ./tools/lint.py ```