From 2ad5c64d6500eb3197808e28031a7856af257390 Mon Sep 17 00:00:00 2001 From: Tonyo Francis Date: Tue, 31 Jan 2017 21:37:54 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 574c4e56..bae2d254 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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