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 992c5c3 commit b7bebe5Copy full SHA for b7bebe5
README.md
@@ -57,7 +57,7 @@ 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
-⚠️ `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.
61
62
```java
63
import java.nio.charset.StandardCharsets;
0 commit comments