Skip to content

Commit d60281c

Browse files
committed
fixed readme
1 parent 53bee0d commit d60281c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[![Build Status](https://travis-ci.org/tonyofrancis/Fetch.svg?branch=v2)](https://travis-ci.org/tonyofrancis/Fetch)
3-
[ ![Download](https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=2.2.0-RC13 ) ](https://bintray.com/tonyofrancis/maven/fetch2/2.2.0-RC13 /link)
3+
[ ![Download](https://api.bintray.com/packages/tonyofrancis/maven/fetch2/images/download.svg?version=2.2.0-RC13) ](https://bintray.com/tonyofrancis/maven/fetch2/2.2.0-RC13/link)
44
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Networking-blue.svg?style=flat)](https://android-arsenal.com/details/1/5196)
55
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/tonyofrancis/Fetch/blob/master/LICENSE)
66

@@ -48,7 +48,7 @@ How to use Fetch
4848
Using Fetch is easy! Just add the Gradle dependency to your application's build.gradle file.
4949

5050
```java
51-
implementation "com.tonyodev.fetch2:fetch2:2.2.0-RC13 "
51+
implementation "com.tonyodev.fetch2:fetch2:2.2.0-RC13"
5252
```
5353

5454
Next, get an instance of Fetch and request a download.
@@ -214,7 +214,7 @@ to use the OkHttp Downloader instead. You can create your own custom downloaders
214214
if necessary. See the Java docs for details.
215215

216216
```java
217-
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:2.2.0-RC13 "
217+
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:2.2.0-RC13"
218218
```
219219
Set the OkHttp Downloader for Fetch to use.
220220
```java
@@ -235,7 +235,7 @@ If you would like to take advantage of RxJava2 features when using Fetch,
235235
add the following gradle dependency to your application's build.gradle file.
236236

237237
```java
238-
implementation "com.tonyodev.fetch2rx:fetch2rx:2.2.0-RC13 "
238+
implementation "com.tonyodev.fetch2rx:fetch2rx:2.2.0-RC13"
239239
```
240240

241241
RxFetch makes it super easy to enqueue download requests and query downloads using rxJava2 functional methods.
@@ -271,7 +271,7 @@ added in the coming days.
271271

272272
Start using FetchFileServer by adding the gradle dependency to your application's build.gradle file.
273273
```java
274-
implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:2.2.0-RC13 "
274+
implementation "com.tonyodev.fetch2fileserver:fetch2fileserver:2.2.0-RC13"
275275
```
276276

277277
Start a FetchFileServer instance and add resource files that it can server to connected clients.
@@ -380,7 +380,7 @@ Fetch1 Migration
380380

381381
Migrate downloads from Fetch1 to Fetch2 using the migration assistant. Add the following gradle dependency to your application's build.gradle file.
382382
```java
383-
implementation "com.tonyodev.fetchmigrator:fetchmigrator:2.2.0-RC13 "
383+
implementation "com.tonyodev.fetchmigrator:fetchmigrator:2.2.0-RC13"
384384
```
385385

386386
Then run the Migrator.

0 commit comments

Comments
 (0)