From 3b223f8a512abab7baa13b9e84c15f3100ff99db Mon Sep 17 00:00:00 2001 From: amr-crabnebula Date: Thu, 28 Sep 2023 01:34:39 +0300 Subject: [PATCH] chore: adjust headings --- README.md | 2 +- crates/packager/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 022b9146..c6ddd0cd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/crates/packager/README.md b/crates/packager/README.md index d3d75a71..46c5a572 100644 --- a/crates/packager/README.md +++ b/crates/packager/README.md @@ -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.