Skip to content

Commit

Permalink
docs: remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Feb 12, 2024
1 parent 1c6ebd1 commit ec4496d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ Bash grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
Install the dependencies:

```sh
npm install
npm install
```

Build and run the tests:

```sh
npm run build
npm run test
npm run build
npm run test
```

Run the build and tests in watch mode:

```sh
npm run test:watch
npm run test:watch
```

### References
Expand Down

0 comments on commit ec4496d

Please sign in to comment.