Update README.md

missed a few
This commit is contained in:
Dylan Vorster
2023-09-23 13:56:44 -06:00
committed by GitHub
parent 74e814ab5a
commit 8fb8d04885

View File

@@ -89,7 +89,7 @@ After running `pnpm install` and `pnpm build`, you must then run: `cd diagrams-d
## Building from source
Simply run `yarn` then `yarn build` or `yarn build:prod` in the root directory and it will spit out the transpiled code and typescript definitions into the dist directory as a single file.
Simply run `pnpm` then `pnpm build` or `pnpm build:prod` in the root directory and it will spit out the transpiled code and typescript definitions into the dist directory as a single file.
## Built with react-diagrams