From 9dffcc9a6b509c197fca46a7a2eec70c8ce29c6c Mon Sep 17 00:00:00 2001 From: Kelson Date: Wed, 5 Feb 2020 12:51:19 +0100 Subject: [PATCH] Small imp. in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eed1275f..a19d0acb3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you are interested in our custom apps they have their own repo [kiwix-android - [Butterknife](https://jakewharton.github.io/butterknife/) - View "injection" library for Android - [Mockito](https://github.com/mockito/mockito) - Most popular Mocking framework for unit tests written in Java - [RxJava](https://github.com/ReactiveX/RxJava) - Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. -- [ObjectBox](https://github.com/objectbox/objectbox-java) - Reactive NoSQL Databse to replace SquiDb +- [ObjectBox](https://github.com/objectbox/objectbox-java) - Reactive NoSQL Databse - [MockK](https://github.com/mockk/mockk) - Kotlin mocking library that allows mocking of final classes by default. - [JUnit5](https://github.com/junit-team/junit5/) - The next generation of JUnit - [AssertJ](https://github.com/joel-costigliola/assertj-core) - Fluent assertions for test code