Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Sep 26, 2023
1 parent ed76e82 commit da315ae
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 @@ -126,7 +126,7 @@ See: [Quick Start](#quick-start) and [Reference](#reference) and [No Surreal Nee
```html
<div>I change color every second.
<script>
// Every second do something new.
// Every second animate something new.
me().on("click", async ev => {
me(ev).styles({ "transition": "background 1s" })
await sleep(1000)
Expand Down

0 comments on commit da315ae

Please sign in to comment.