diff --git a/README.md b/README.md index 3c2961c..79be8a4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Thin DownloadManager is an android library primary to download files and to avoi } @Override - public void onProgress(int id, long totalBytes, long downlaodedBytes, int progress)) { + public void onProgress(int id, long totalBytes, long downlaodedBytes, int progress) { } });