From 74e814ab5a7f18ee50b97d98ef24fcd0946abe84 Mon Sep 17 00:00:00 2001 From: Dylan Vorster Date: Sat, 23 Sep 2023 13:56:17 -0600 Subject: [PATCH] Update README.md This project uses pnpm instead of yarn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e0e2d..b6014d4 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Take a look at the [demo project](https://github.com/projectstorm/react-diagrams ## Run the demos -After running `yarn install` and `yarn build`, you must then run: `cd diagrams-demo-gallery && yarn run start` +After running `pnpm install` and `pnpm build`, you must then run: `cd diagrams-demo-gallery && pnpm run start` ## Building from source