Skip to content

Commit 1bbabc3

Browse files
Update README.md
1 parent 4126831 commit 1bbabc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
RxTest is a Kotlin library for testing RxJava.
66

77
#### Main features
8-
* **Clear tests.**
9-
* **Easy to extend.**
10-
* **Simple to use.**
8+
* **Clear tests:** write clean, readable and simple tests in the beautiful scala test *should* style.
9+
* **Easy to extend:** create custom matchers for more complex scenarios or just for more readable tests.
10+
* **Simple to use:** same api as native RxJava assertions you already know.
1111

1212
## Exemple
1313
```kotlin

0 commit comments

Comments
 (0)