Skip to content

Commit ba6bc20

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent a75455a commit ba6bc20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ZipForgeDemo {
7777
file("c.txt", "c");
7878
// directories can be nested
7979
directory("e", () -> {
80-
file("f.txt", "f")
80+
file("f.txt", "f");
8181
});
8282
});
8383
});

0 commit comments

Comments
 (0)