Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raisiqueira committed Mar 25, 2023
1 parent 73203e3 commit 0706616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/headless-stepper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The headless-stepper library provide two ways to build your stepper component:
To use the `Stepper` and `Step` components, you need to import the `Stepper` and `Step` components from the `headless-stepper` library.

```tsx
import { Stepper, Step } from 'headless-stepper';
import { Stepper, Step } from 'headless-stepper/components';

const MyAwesomeStepper = () => {
return (
Expand Down

0 comments on commit 0706616

Please sign in to comment.