Skip to content

Commit

Permalink
Updated installing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Feb 11, 2024
1 parent 3e164ed commit 753472c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ I assume that you have Node.js installed. Add the package from the terminal usin
::: code-group

```sh [npm]
$ npm add -D @event-driven-io/emmett
$ npm add @event-driven-io/emmett
```

```sh [pnpm]
$ pnpm add -D @event-driven-io/emmett
$ pnpm add @event-driven-io/emmett
```

```sh [yarn]
$ yarn add -D @event-driven-io/emmett
$ yarn add @event-driven-io/emmett
```

```sh [bun]
$ bun add -D @event-driven-io/emmett
$ bun add @event-driven-io/emmett
```

:::
Expand Down

0 comments on commit 753472c

Please sign in to comment.