Skip to content

Commit bf63c90

Browse files
committed
docs
1 parent 4e58ae5 commit bf63c90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
![Discord](https://img.shields.io/discord/1392597664184537230)
77

88

9-
Rimmel is a powerful, fast and lightweight JavaScript UI library for creating web applications with event streams.
9+
Rimmel is a powerful, fast and lightweight JavaScript UI library for creating web applications using reactive streams.
1010

11-
It implements [RML](https://github.com/ReactiveHTML/reactive-markup), the Reactive Markup which makes your HTML work with Streams in a seamless way.
11+
It implements [RML](https://github.com/ReactiveHTML/reactive-markup), the Reactive Markup which makes your HTML work with streams in a seamless way.
1212

1313
## Getting started
1414
If you are new to reactive streams, there is a [3m crash-course](https://medium.com/@fourtyeighthours/the-mostly-inaccurate-crash-course-for-reactive-ui-development-w-rxjs-ddbb7e5e526e) tailored for UI development with Rimmel, arguably the simplest RxJS introduction around to get you started.
1515

16-
If you are new to the functional/reactive programming mindset, this [interactive tutorial](https://reactivex.io/learnrx/) may be an especially useful introduction to map/reduce in the reactive world.
16+
If you are new to the reactive and functional programming paradigms, this [interactive tutorial](https://reactivex.io/learnrx/) may be an especially useful introduction.
1717

1818
If you come from Angular, check out [this page](./docs/migrating/angular.md)<br>
1919
If you come from React, check out [this page](./docs/migrating/react.md)<br>
2020

21-
2221
## Hello World 👋🌏🏖️😎
2322
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.
2423

0 commit comments

Comments
 (0)