diff --git a/packages/core/README.md b/packages/core/README.md index 6134bef6..627f63fc 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -35,7 +35,9 @@ Import the stylesheet. If you are using [SvelteKit][], you can do this in `src/r import '@viamrobotics/prime-core/prime.css'; ``` -You can now use the components in your app: +## Usage + +Once installed, you can use the components in your app: ```html