Skip to content

Commit

Permalink
Reworded readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Toomas Romer committed Nov 6, 2018
1 parent 15c0bb8 commit 153905b
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 @@ -258,7 +258,7 @@ boolean equals = ZipUtil.entryEquals(new File("/tmp/demo1.zip"), new File("/tmp/
boolean equals = ZipUtil.entryEquals(new File("/tmp/demo1.zip"), new File("/tmp/demo2.zip"), "foo1.txt", "foo2.txt");
```

## Progressbar
## Progress bar

There have been multiple requests for a progress bar. See [ZT Zip Progress Bar](https://github.com/toomasr/zt-zip-progress-bar) for a
sample implementation.
Expand Down

0 comments on commit 153905b

Please sign in to comment.