Skip to content

Commit 01e8a1c

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent b7bebe5 commit 01e8a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ 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-
> [!WARNING] `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
60+
> [!WARNING]
61+
> `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
6162
6263
```java
6364
import java.nio.charset.StandardCharsets;

0 commit comments

Comments
 (0)