Skip to content

Commit

Permalink
Fix: minor typo (#251)
Browse files Browse the repository at this point in the history
Fix: minor typo
  • Loading branch information
omahs authored Nov 28, 2022
1 parent 3dbbb40 commit 28d912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ nvm use v14.17.1

It's not possible to add dependencies between monorepo packages using yarn (ie: `yarn add @verida/encryption-utils`) if that package hasn't been published to `npm`.

Unpublished dependencies betwen monorepo packages can be linked by:
Unpublished dependencies between monorepo packages can be linked by:

- Manually adding the expected dependency to `package.json` (ie: `@verida/encryption-utils`)
- Run `npx lerna bootstrap` in the root directory of this project
Expand Down

0 comments on commit 28d912b

Please sign in to comment.