Skip to content

Commit

Permalink
chore: Update package install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
myty committed Jun 1, 2024
1 parent b087fca commit 5575928
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ This is a simple library for using the mediator pattern in your typescript and d

```bash
# npm
npm install --save jimmy-js

# yarn
yarn add jimmy-js
npm install --save @myty/jimmy
npx jsr add @myty/jimmy
```

### Deno

```bash
import { Mediator, Request, Notification } from "https://deno.land/x/jimmy/mod.ts";
import { Mediator, Request, Notification } from "jsr:@myty/jimmy";
```
## Usage
Expand Down

0 comments on commit 5575928

Please sign in to comment.