Skip to content

Commit dd6f887

Browse files
update readme
1 parent 2715e13 commit dd6f887

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# RxTest
22
__[Kotlin DSL](https://kotlinlang.org/docs/reference/type-safe-builders.html) for testing RxJava. inspired by [KotlinTest](https://github.com/kotlintest/kotlintest).__
33

4-
[![Build Status](https://travis-ci.org/RubyLichtenstein/RxTest.svg?branch=master)](https://travis-ci.org/RubyLichtenstein/RxKotlinTest)
4+
[![Build Status](https://travis-ci.org/RubyLichtenstein/RxTest.svg?branch=master)](https://travis-ci.org/RubyLichtenstein/RxTest)
55
[![codecov](https://codecov.io/gh/RubyLichtenstein/RxTest/branch/master/graph/badge.svg)](https://codecov.io/gh/RubyLichtenstein/RxTest)
6-
[![Download](https://api.bintray.com/packages/rubylichtenstein/RxKotlinTest/com.rubylichtenstein.rxkotlintest/images/download.svg?version=1.0.2) ](https://bintray.com/rubylichtenstein/RxKotlinTest/com.rubylichtenstein.rxkotlintest/1.0.2/link)
6+
[![Download](https://api.bintray.com/packages/rubylichtenstein/RxTest/com.rubylichtenstein.rxtest/images/download.svg?version=1.0.2) ](https://bintray.com/rubylichtenstein/RxKotlinTest/com.rubylichtenstein.rxtest/1.0.2/link)
77
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.2.0-blue.svg)](http://kotlinlang.org/)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
99

@@ -181,14 +181,14 @@ fun <T, U : BaseTestConsumer<T, U>> valueCountBetween(min: Int, max: Int)
181181
## Download
182182
- Gradle
183183
```groovy
184-
testCompile 'com.rubylichtenstein:rxkotlintest:1.0.2'
184+
testCompile 'com.rubylichtenstein:rxtest:1.0.2'
185185
```
186186

187187
- Maven
188188
```xml
189189
<dependency>
190190
<groupId>com.rubylichtenstein</groupId>
191-
<artifactId>rxkotlintest</artifactId>
191+
<artifactId>rxtest</artifactId>
192192
<version>1.0.2</version>
193193
<type>pom</type>
194194
</dependency>

0 commit comments

Comments
 (0)