Skip to content

Commit b7bebe5

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent 992c5c3 commit b7bebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ implementation("io.github.helpermethod:zip-forge:1.0.0")
5757
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
5858
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.
5959

60-
⚠️ `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
60+
> [!WARNING] `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
6161
6262
```java
6363
import java.nio.charset.StandardCharsets;

0 commit comments

Comments
 (0)