Skip to content

Commit

Permalink
Merge pull request #128 from kslr/patch-1
Browse files Browse the repository at this point in the history
Add missing status field in README.md
  • Loading branch information
781flyingdutchman authored Sep 4, 2023
2 parents 36db3d0 + 16d5979 commit 36fdd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final result = await FileDownloader().download(task,
);
// Act on the result
switch (result) {
switch (result.status) {
case TaskStatus.complete:
print('Success!');
Expand Down

0 comments on commit 36fdd1d

Please sign in to comment.