Skip to content

Commit 114c9b5

Browse files
committed
docs: fix package name in getting started
1 parent 1f1cb29 commit 114c9b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/api/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ to streams, and read them back.
1010

1111
## Required packages
1212

13-
Add the `@eventstore/db-client` dependency to your project:
13+
Add the `@kurrent/kurrentdb-client` dependency to your project:
1414

1515
::: tabs
1616
@tab NPM
1717
```bash
18-
npm install --save @eventstore/db-client@~6.2
18+
npm install --save @kurrent/kurrentdb-client@~1.0
1919
```
2020
@tab Yarn
2121
```bash
22-
yarn add @eventstore/db-client@~6.2
22+
yarn add @kurrent/kurrentdb-client@~1.0
2323
```
2424
:::
2525

0 commit comments

Comments
 (0)