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 8f474c2 commit 3577877Copy full SHA for 3577877
README.md
@@ -88,7 +88,7 @@ This will save the current canvas content to a base64 data string before perform
88
89
## Example
90
This project includes a simple example that demonstrates a responsive sketch pad. To build the example:
91
-```
92
-npm run build:example
+```shell
+cd example && npm run build
93
```
94
Then open `example/index.html` in a browser of your choice.
0 commit comments