We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bebe5 commit 01e8a1cCopy full SHA for 01e8a1c
README.md
@@ -57,7 +57,8 @@ implementation("io.github.helpermethod:zip-forge:1.0.0")
57
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
58
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.
59
60
-> [!WARNING] `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
+> [!WARNING]
61
+> `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
62
63
```java
64
import java.nio.charset.StandardCharsets;
0 commit comments