Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus327 authored Mar 11, 2024
1 parent 19e3224 commit 982383a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ A basic JavaScript version of Rust pattern matching.
pnpm install @citrus327/match --save
```

or using deno

```sh
deno add @citrus327/match
```

## Usage
check out [tests](https://github.com/citrus327/match/blob/main/test/index.test.ts) for more examples.

Expand Down

0 comments on commit 982383a

Please sign in to comment.