We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50930a commit cf9be1cCopy full SHA for cf9be1c
README.md
@@ -26,7 +26,7 @@ Demo: http://grapesjs.com/demo.html
26
27
## Usage
28
29
-```js
+```html
30
<link rel="stylesheet" href="path/to/grapes.min.css">
31
<script src="path/to/grapes.min.js"></script>
32
<script src="path/to/grapesjs-plugin-export.min.js"></script>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grapesjs-plugin-export",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Export GrapesJS templates to ZIP",
5
"main": "index.js",
6
"scripts": {
0 commit comments