From 02dbf665f1582c7af7954ab0d5d9ee0ab50723b1 Mon Sep 17 00:00:00 2001 From: julillosamaral Date: Tue, 7 Feb 2023 10:56:50 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6586ba..be346f8 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ If for example, you do the following: dest: result.zip ``` -All the files inside the `dist` folder will be added at the root of the zip along with `manifest.json`. By contrast, if `recursive: true` (by default), the folder `dist` is included. +The folder `dist` is included with along with its files. By contrast, if `recurise: true` (by default) All the files inside the `dist` folder will be added at the root of the zip along with `manifest.json` -Also if you want a nested file at the root, `recursive: false` is your guy. +Also if you want a nested file at the root, `recursive: true` is your guy. ## Troubleshooting