Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Hausmann <[email protected]>
  • Loading branch information
amr-crabnebula and tronical authored Dec 12, 2023
1 parent ffcba00 commit 15ba065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It also has a compatible updater through [cargo-packager-updater](./crates/updat

### CLI

The packager is distrubuted on crates.io as a cargo subcommand, you can install it using cargo:
The packager is distributed on crates.io as a cargo subcommand, you can install it using cargo:

```sh
cargo install cargo-packager --locked
Expand Down
2 changes: 1 addition & 1 deletion bindings/packager/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It also has a compatible updater through [@crabnebula/updater](https://www.npmjs

### CLI

The packager is distrubuted on NPM as a CLI, you can install it:
The packager is distributed on NPM as a CLI, you can install it:

```sh
# pnpm
Expand Down
2 changes: 1 addition & 1 deletion crates/packager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It also has a compatible updater through [cargo-packager-updater](https://docs.r

### CLI

The packager is distrubuted on crates.io as a cargo subcommand, you can install it using cargo:
The packager is distributed on crates.io as a cargo subcommand, you can install it using cargo:

```sh
cargo install cargo-packager --locked
Expand Down

0 comments on commit 15ba065

Please sign in to comment.