Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor tweaks #124

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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