Skip to content

Commit 9eed005

Browse files
committed
docs
1 parent b4e283e commit 9eed005

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ If you come from React, check out [this page](./docs/migrating/react.md)<br>
2222
## Hello World 👋🌏🏖️😎
2323
Let's jump straight in. The "Hello World" for reactive user interfaces is the classic click counter: one button, you click it, ze counts it.
2424

25+
<img src="docs/assets/how-rimmel-works-6a.png" alt="How RimmelJS Works">
2526
<img src="docs/assets/how-rimmel-works.gif" alt="How RimmelJS Works">
26-
<img src="docs/assets/how-rimmel-works-6.png" alt="How RimmelJS Works">
27-
2827

2928
<!-- <iframe src="https://stackblitz.com/edit/rimmel-click-counter?ctl=1&embed=1&file=main.ts" width="100%" height="500" frameborder="0"></iframe> -->
3029

31-
3230
The click event from the `<button>` above is plugged into `counter` — a simple stream of events to numbers —
3331
and the output is plugged into the `<span>` element at the end.
3432

36.4 KB
Loading

0 commit comments

Comments
 (0)