Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oamaok committed Dec 18, 2023
1 parent 63754d3 commit 1f90852
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 @@ -40,7 +40,7 @@ yarn add kaiku
A simple ticker component with global state management.

```jsx
import { h, render, createState } from 'kaiku'
import { render, createState } from 'kaiku'

const state = createState({ ticks: 0 })

Expand Down

0 comments on commit 1f90852

Please sign in to comment.