From 54c29af7cddbd18ff1523d1c9bc6582d967bdec1 Mon Sep 17 00:00:00 2001 From: Oliver Weiler Date: Thu, 17 Aug 2023 09:18:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3751640..c18e10d 100644 --- a/README.md +++ b/README.md @@ -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;