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包也一起引用