Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Jun 3, 2024
1 parent b7bebe5 commit 01e8a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ implementation("io.github.helpermethod:zip-forge:1.0.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` should never be used outside of `createZipFile`'s or `directory`'s context.
> [!WARNING]
> `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
```java
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit 01e8a1c

Please sign in to comment.