Skip to content

Commit

Permalink
fix: node.md use correct tabs (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty authored Jul 8, 2024
1 parent 417da23 commit 8597aa7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deploy/kv/manual/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ oldUrl:
- /kv/manual/node/
---

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";

Connecting to a Deno KV database in Node.js is supported via our
[official client library on npm](https://www.npmjs.com/package/@deno/kv). You
can find usage instructions for this option below.
Expand All @@ -23,14 +21,14 @@ npm install @deno/kv
```

</deno-tab>
<deno-tab value="pnpm" label="npm">
<deno-tab value="pnpm" label="pnpm">

```sh
pnpm add @deno/kv
```

</deno-tab>
<deno-tab value="yarn" label="npm">
<deno-tab value="yarn" label="yarn">

```sh
yarn add @deno/kv
Expand Down

0 comments on commit 8597aa7

Please sign in to comment.