diff --git a/README.md b/README.md index add3507..ff3a940 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,17 @@ I believe this is more readable than test names like `launch_article_list_shot() ## How to Use -This is a very simple and pure Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency: +This is a very simple and lightweight Kotlin library. In fact, it doesn't even depend on Robolectric. You can use it by adding the following dependency: -TODO: Please wait until the library is published to Maven Central. +```kotlin +testImplementation("io.github.takahirom.robospec:robospec:[latest version]") +``` + +For version catalogs: + +```kotlin +robospec = { module = "io.github.takahirom.robospec:robospec", version.ref = "robospec" } +``` ## Advanced Usage