fix: naming in draw package readme

This commit is contained in:
Felix Roos
2025-11-12 21:26:00 +01:00
parent 6e7512016c
commit 9ac691c19e
+2 -2
View File
@@ -1,9 +1,9 @@
# @strudel/canvas
# @strudel/draw
Helpers for drawing with the Canvas API and Strudel
## Install
```sh
npm i @strudel/canvas --save
npm i @strudel/draw --save
```