Skip to content

Commit 991fc37

Browse files
authored
Merge pull request #23 from julillosamaral/patch-1
Update README.md
2 parents e0f8adc + 02dbf66 commit 991fc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ If for example, you do the following:
5858
dest: result.zip
5959
```
6060

61-
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.
61+
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`
6262

63-
Also if you want a nested file at the root, `recursive: false` is your guy.
63+
Also if you want a nested file at the root, `recursive: true` is your guy.
6464

6565
## Troubleshooting
6666

0 commit comments

Comments
 (0)