Skip to content

Commit 96037ed

Browse files
author
Oliver Weiler
authored
Update README.md
1 parent 4a7b1e4 commit 96037ed

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
@@ -54,7 +54,7 @@ implementation("io.github.helpermethod:zip-forge:0.1.0")
5454
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
5555
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.
5656

57-
:warning: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
57+
:bulb: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
5858

5959
```java
6060
import java.nio.charset.StandardCharsets;

0 commit comments

Comments
 (0)