Skip to content

Commit

Permalink
docs: update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
raisiqueira committed Aug 18, 2023
1 parent 9f8a86c commit dcdd224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Installation
---

import { Callout, Tabs, Tab } from 'nextra-theme-docs';
import { Tabs, Tab } from 'nextra-theme-docs';

# Installation

Expand All @@ -13,18 +13,18 @@ Headless Stepper is compatible with **React 16.8.0** and up
<Tabs items={['npm', 'yarn', 'pnpm']}>
<Tab>
```bash
npm run dev
npm install headless-stepper
```
</Tab>
<Tab>
```bash
yarn dev
yarn add headless-stepper
```
</Tab>

<Tab>
```bash
pnpm dev
pnpm add headless-stepper
```
</Tab>
</Tabs>

0 comments on commit dcdd224

Please sign in to comment.