Skip to content

Commit

Permalink
Fix capitalization on README too
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored Apr 10, 2024
1 parent 2c0e980 commit d99a164
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 @@ -36,7 +36,7 @@ createRoot(document.getElementById('root')).render(
)
```

## Pre-Styled Component Kits
## Pre-styled component kits

We provide multiple kits containing **themable pre-styled components**. Inspired by shadcn, you can use our CLI to install the source code of any component to your desired loaction with one command.

Expand All @@ -48,7 +48,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired
| [View All Components](https://docs.pmnd.rs/uikit/kits/default) | [View All Components](https://docs.pmnd.rs/uikit/kits/apfel) |
| `npx uikit component add default Button` | `npx uikit component add apfel Button` |

## How to get started?
## How to get started

> Some familiarity with
> react, threejs, and @react-three/fiber, is recommended.
Expand All @@ -66,7 +66,7 @@ Get started with **[building your first layout](https://docs.pmnd.rs/uikit/getti
- [Optimize performance](https://docs.pmnd.rs/uikit/advanced/performance)
- [Theming components](https://docs.pmnd.rs/uikit/kits/theming)

## Migration Guides
## Migration guides

- from [Koestlich](https://docs.pmnd.rs/uikit/migration/from-koestlich)
- from [HTML/CSS](https://docs.pmnd.rs/uikit/migration/from-html-css)
Expand Down

0 comments on commit d99a164

Please sign in to comment.