Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Aug 17, 2023
1 parent 0355481 commit 54c29af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ implementation("io.github.helpermethod:zip-forge:0.2.0")
The following code snippet calls `createZipFile` to create the ZIP file at the given location.
It uses the `file` and `directory` methods to create files and directories within the context of the ZIP file.

⚠️: `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.
⚠️ `file` and `directory` should never be used outside of `createZipFile`'s or `directory`'s context.

```java
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit 54c29af

Please sign in to comment.