Skip to content

update README to show correct tag format in usage section #40

update README to show correct tag format in usage section

update README to show correct tag format in usage section #40

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test