From 9264f072d0642341a816ddb69f8d7a797fef0779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Navarro?= <36263538+papeloto@users.noreply.github.com> Date: Sat, 27 Jun 2020 19:48:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaf846e..577cab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # action-zip -> Action for zipping files and folders easily +Action for zipping files and folders easily ## Usage @@ -64,7 +64,7 @@ Also if you want a nested file at the root, `recursive: false` is your guy. ## Troubleshooting -If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will me able to download the `result.zip` file. +If you want to check that the output is the desired one I recommend you to add the following step after zipping. You will be able to download the `result.zip` file. ```yaml - uses: actions/upload-artifact@v1