Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs #141

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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