diff --git a/README.md b/README.md index 02ac436..accc2d9 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ void DownloadManagerPro.startDownload(int token) throws IOException Example: ```java try { - dm.startDownload(taskToekn); + dm.startDownload(taskToken); } catch (IOException e) { e.printStackTrace();