Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julillosamaral authored Feb 7, 2023
1 parent 26a249f commit 02dbf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02dbf66

Please sign in to comment.