Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Jul 22, 2023
1 parent 9c3d52e commit 32ca0dc
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 @@ -117,7 +117,7 @@ createZipFile(Path("/home/helpermethod/demo.zip")) {
file("b.txt", "b".toByteArray())
file("c.txt", "c")
directory("e") {
file("f.txt", "f")
file("f.bin", Path("f"))
}
}
}
Expand Down

0 comments on commit 32ca0dc

Please sign in to comment.