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 4a7b1e4 commit 96037edCopy full SHA for 96037ed
README.md
@@ -54,7 +54,7 @@ implementation("io.github.helpermethod:zip-forge:0.1.0")
54
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
55
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.
56
57
-:warning: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
+:bulb: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
58
59
```java
60
import java.nio.charset.StandardCharsets;
0 commit comments