From b51bb101f280ff87fc3271f6536e67e2f2c1cb51 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 11 Aug 2024 05:46:48 -0700 Subject: [PATCH] Tweak heading wording --- guide/src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index c9ac9505..173b078c 100644 --- a/guide/src/guide/installation.md +++ b/guide/src/guide/installation.md @@ -50,7 +50,7 @@ cargo install --git https://github.com/rust-lang/mdBook.git mdbook Again, make sure to add the Cargo bin directory to your `PATH`. -## Own modifications and contributing +## Modifying and contributing If you are interested in making modifications to mdBook itself, check out the [Contributing Guide] for more information.