Skip to content

Commit 9c185b6

Browse files
committed
docs: quickstart
1 parent 3e2eb4e commit 9c185b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Add the `@kurrent/kurrentdb-client` dependency to your project:
1515
::: tabs
1616
@tab NPM
1717
```bash
18-
npm install --save @kurrent/kurrentdb-client@~1.0
18+
npm install --save @kurrent/kurrentdb-client@~1.1
1919
```
2020
@tab Yarn
2121
```bash
22-
yarn add @kurrent/kurrentdb-client@~1.0
22+
yarn add @kurrent/kurrentdb-client@~1.1
2323
```
2424
:::
2525

@@ -171,4 +171,4 @@ const events = client.readStream("order-123", {
171171
for await (const resolvedEvent of events) {
172172
console.log(events);
173173
}
174-
```
174+
```

0 commit comments

Comments
 (0)