Skip to content

Commit

Permalink
fix: docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 25, 2023
1 parent 79c3ec1 commit 72a8997
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/pages/packages/node-utils.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@ The **@edge-runtime/node-utils** package contains utilities to run web compliant

## Installation

<Tabs items={['npm', 'yarn', 'pnpm']} storageKey='selected-pkg-manager'>
<Tab>```sh npm install @edge-runtime/node-utils --save ```</Tab>
<Tab>```sh yarn add @edge-runtime/node-utils ```</Tab>
<Tab>```sh pnpm install @edge-runtime/node-utils --save ```</Tab>
<Tabs items={['npm', 'yarn', 'pnpm']} storageKey="selected-pkg-manager">
<Tab>
```sh
npm install @edge-runtime/node-utils --save
```
</Tab>
<Tab>
```sh
yarn add @edge-runtime/node-utils
```
</Tab>
<Tab>
```sh
pnpm install @edge-runtime/node-utils --save
```
</Tab>
</Tabs>

This package includes built-in TypeScript support.
Expand Down

0 comments on commit 72a8997

Please sign in to comment.