Skip to content

Commit

Permalink
docs: Fix installation commands formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
websiddu committed Oct 18, 2024
1 parent a825926 commit fb87ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This library is a collection of UI components designed to be used in MDX pages.

To install the library, use npm or yarn:

```sh
npm install @stubbycms/uiyarn add @stubbycms/ui
or
```bash
npm install @stubbycms/ui
# or
yarn add @stubbycms/ui
```

Expand Down

0 comments on commit fb87ccc

Please sign in to comment.