lakelib 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,9 +66,9 @@ cd lake
66
66
  # install all dependencies
67
67
  pnpm install
68
68
  # build CodeMirror
69
- pnpm codemirror
69
+ pnpm build:codemirror
70
70
  # start a local server
71
- pnpm start
71
+ pnpm dev
72
72
  ```
73
73
 
74
74
  You can now view all demos by visiting `http://localhost:8080/examples/`.