Skip to content

Commit

Permalink
chore: adjust headings
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Sep 27, 2023
1 parent 6aec5b7 commit 3b223f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ run `cargo-pacakger` in release mode `cargo packager --release`, otherwise, if y
For more information, checkout the available [configuration options](https://docs.rs/cargo-packager/latest/cargo-packager/struct.Config.html) and for a list of available CLI
commands and arguments, run `cargo packager --help`.

## Examples
### Examples

The [`examples`](./examples/) directory contains a number of varying examples, if you want to build them all run `cargo r -p cargo-pacakger -- --release` in the root of this repository. Just make sure to have the tooling for each example installed on your system. You can find what tooling they require by checking the README in each example. The README also contains a command to build this example alone if you wish.

Expand Down
2 changes: 1 addition & 1 deletion crates/packager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run `cargo-pacakger` in release mode `cargo packager --release`, otherwise, if y
For more information, checkout the available [configuration options](https://docs.rs/cargo-packager/latest/cargo-packager/struct.Config.html) and for a list of available CLI
commands and arguments, run `cargo packager --help`.

## Examples
### Examples

The [`examples`](../../examples/) directory contains a number of varying examples, if you want to build them all run `cargo r -p cargo-pacakger -- --release` in the root of this repository. Just make sure to have the tooling for each example installed on your system. You can find what tooling they require by checking the README in each example. The README also contains a command to build this example alone if you wish.

Expand Down

0 comments on commit 3b223f8

Please sign in to comment.