Skip to content

Commit

Permalink
fix: fix pnpm -> yarn in README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Jan 24, 2024
1 parent 9bdb953 commit 5a9ac73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bindings/packager/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The packager is distributed on NPM as a CLI, you can install it:
```sh
# pnpm
pnpm add -D @crabnebula/packager
# pnpm
# yarn
yarn add -D @crabnebula/packager
# npm
npm i -D @crabnebula/packager
Expand All @@ -39,7 +39,7 @@ Once, you are done configuring your app, run:
```sh
# pnpm
pnpm packager
# pnpm
# yarn
yarn packager
# npm
npx packager
Expand Down
2 changes: 1 addition & 1 deletion bindings/updater/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Updater for apps that was packaged by [`@crabnebula/packager`](https://www.npmjs
```sh
# pnpm
pnpm add @crabnebula/updater
# pnpm
# yarn
yarn add @crabnebula/updater
# npm
npm i @crabnebula/updater
Expand Down

0 comments on commit 5a9ac73

Please sign in to comment.