Skip to content

Commit 19d0d77

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent 1b7f842 commit 19d0d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import static io.github.helpermethod.zip_forge.ZipForge.directory;
6969
import static java.nio.charset.StandardCharsets.UTF_8;
7070

7171
class ZipForgeDemo {
72-
public static void main(String[] args) {
72+
public static void main(String[] args) throws IOException {
7373
// creates a ZIP file named demo.zip in the /home/helpermethod directory
7474
createZipFile(Paths.get("/home/helpermethod/demo.zip"), () -> {
7575
// the file content can be specified as a String...

0 commit comments

Comments
 (0)