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 16, 2023
1 parent e15b78b commit ed51339
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 @@ -54,7 +54,7 @@ implementation("io.github.helpermethod:zip-forge:0.1.0")
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.

:warning: `file` and `directory` must never be used outside of `createZipFile`'s or `directory`'s context (i.e. lambda parameter).
:warning: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context (i.e. lambda parameter).

```java
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit ed51339

Please sign in to comment.