Skip to content

Commit

Permalink
minor tweaks (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Aug 10, 2023
1 parent 4342ecf commit 76ab715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ TODO: note about leveraging @web/test-runner

TODO

## Developing & Contributing
## Developing and Contributing

After cloning the repo, run `npm install` to install its dependencies.

Expand All @@ -363,7 +363,7 @@ To run the full suite of tests:
npm test
```

Alternately, tests can be selectively run:
Alternatively, tests can be selectively run:

```shell
# binary unit tests
Expand All @@ -379,7 +379,7 @@ npm run test:server
npm run test:vdiff
```

### Versioning & Releasing
### Versioning and Releasing

This repo is configured to use `semantic-release`. Commits prefixed with `fix:` and `feat:` will trigger patch and minor releases when merged to `main`.

Expand Down

0 comments on commit 76ab715

Please sign in to comment.