Update README.md

This project uses pnpm instead of yarn
This commit is contained in:
Dylan Vorster
2023-09-23 13:56:17 -06:00
committed by GitHub
parent 3d4e0b24d7
commit 74e814ab5a

View File

@ -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