diff --git a/README.md b/README.md index cfbe5871..57c751d8 100644 --- a/README.md +++ b/README.md @@ -206,10 +206,9 @@ eval @inspect(twoTwoSoles()) ## Development ```sh -npm install # Install dependencies -npm run build # Compile `src/` to `lib/` -npm run build:watch # Watch the compilation -npm run test # Run test +npm install # Install dependencies +npm run build # Compile `src/` to `lib/` +npm run test # Run test ``` ## References