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 992c5c3 commit b7bebe5
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 @@ -57,7 +57,7 @@ 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.

⚠️ `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 b7bebe5

Please sign in to comment.