From 76ab71506df5896190d93f10f953a83180fa5a7c Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Thu, 10 Aug 2023 12:34:08 -0400 Subject: [PATCH] minor tweaks (#124) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e194de63..1add211f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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`.