Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Jan 31, 2017
1 parent 59eca71 commit 2ad5c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Fetch
A better in app Download Manager for Android.

Overview
________
--------

Fetch is a simple yet powerful Android library that allows you to manage downloads
more efficiently in your Android apps. It uses a background service on the device
Expand Down Expand Up @@ -98,7 +98,7 @@ fetch.retry(downloadId);
```

When you are done with an instance of Fetch, simply release it. **It is important
to release instances of fetch to prevent memory leaks.**
that you release instances of fetch to prevent memory leaks.**
```java
//do work

Expand Down

0 comments on commit 2ad5c64

Please sign in to comment.