From 2880023288d0e4245b43c96f09aae1815d238240 Mon Sep 17 00:00:00 2001 From: liuhao <693909080@qq.com> Date: Sun, 22 Jan 2023 01:18:38 +0800 Subject: [PATCH] fix_typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7cbbe..a73cffb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ DownloadManager.getInstance(MainActivity.this).pause(entry); ```java DownloadManager.getInstance(MainActivity.this).resume(entry); ``` -*To resume cencel task:* +*To resume cancel task:* ```java DownloadManager.getInstance(MainActivity.this).cancel(entry); ``` @@ -66,7 +66,7 @@ private int max_download_threads = 3; public static String DOWNLOAD_PATH = Environment.getExternalStorageDirectory() + File.separator + "gh-download" + File.separator; ``` -##备注: +## 备注: (1)该下载框架使用了ormlite框架 (2)如果使用生成的ghdownloadv1.2.jar作为引用的jar包,注意要把ormlite的jar包也一起引用