Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkChampagne17 committed Feb 20, 2024
1 parent 31ccc1d commit 85ee79b
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 @@ -14,13 +14,13 @@ A [React](https://react.dev/) component that wrap [Sakana! Widget](https://githu
npm install sakana-widget sakana-widget-react
```

### Import CSS file
### Import CSS

See [usage of Sanaka! Widget's README](https://github.com/dsrkafuu/sakana-widget/tree/main?tab=readme-ov-file#usage), choose a method you prefer.
See [usage of Sanaka! Widget's README](https://github.com/dsrkafuu/sakana-widget/tree/main?tab=readme-ov-file#usage), choose a method you prefer to import CSS.

### Use component

The props of **SanakaWidget component** will be used as parameter of construct of **SanakaWidget class**.
`options` property of **SanakaWidget component** will be used as parameter of constructor of **SanakaWidget class**.

```tsx
import { SanakaWidget } from "sakana-widget-react";
Expand Down

0 comments on commit 85ee79b

Please sign in to comment.