Skip to content

Commit e6c7c30

Browse files
authored
Update README.md
1 parent 0842a80 commit e6c7c30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ This will save the current canvas content to a base64 data string before perform
103103
This project includes a simple example that demonstrates a responsive sketch pad. To build the example:
104104

105105
```shell
106-
cd example && npm run build
106+
npm install
107+
cd example && npm install && npm run build
107108
```
108109

109110
Then open `example/index.html` in a browser of your choice.

0 commit comments

Comments
 (0)