diff --git a/README.md b/README.md index c1fd41b4..71579812 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ ## Install - npm install +```sh +npm install +``` ## Packages @@ -20,7 +22,11 @@ This repository is managed as monorepo. ## Usage - npm run start:dev --workspace example +```sh +# recommend +pre-commit install +npm run start:dev --workspace example +``` ## Contributing