Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Feb 24, 2025
1 parent e582958 commit fe8962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install jupiverse-kit

On top of using your own CSS framework, the SDK also mainly uses Tailwind CSS for styling. Follow this step to set up styling in your project:

1. Import the SDK's CSS in your app's entry point (e.g., app.tsx, index.tsx, or layout.tsx):
Import the SDK's CSS in your app's entry point (e.g., app.tsx, index.tsx, or layout.tsx):

```tsx
import "jupiverse-kit/dist/styles.css";
Expand Down

0 comments on commit fe8962b

Please sign in to comment.