diff --git a/README.md b/README.md index 8c58990..418a9cc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Please go through the individual repositories ### Setup project ```bash yarn config set workspaces-experimental true -npm run bootrap +npm install +npm run bootstrap ``` ### Tests @@ -58,4 +59,4 @@ yarn install ```bash sudo npm i -g typedoc # needs to do only once typedoc --darkHighlightTheme dark-plus --tsconfig ./tsconfig.json -``` \ No newline at end of file +```