Skip to content

Commit bc1f778

Browse files
committed
Update README
1 parent a772e2a commit bc1f778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Demo: http://grapesjs.com/demo.html
2121
| `btnLabel` | Label to the export button | `Export to ZIP` |
2222
| `filenamePfx` | ZIP filename prefix | `grapesjs_template` |
2323
| `filename` | Use a function to generate the filename, eg. `filename: editor => 'my-file.zip',` | `null` |
24-
| `root` | Use the root object to create the folder structure of your zip, eg. `
24+
| `root` | Use the root object to create the folder structure of your zip (async functions are supported), eg. `
2525
{
2626
css: {
2727
'style.css': ed => ed.getCss(),

0 commit comments

Comments
 (0)