From fa5eb0061a170c8020a427db058d688f0bd28a42 Mon Sep 17 00:00:00 2001 From: Xheldon Date: Sun, 8 Dec 2024 18:38:25 +0800 Subject: [PATCH] Update README.md typo It's should be `packages/mdbook-trpl`, not `packages/mdbook_trpl` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a632402385..2ff16818b5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ look right, but you _will_ still be able to build the book. To use the plugins, you should run: ```bash -$ cargo install --locked --path packages/mdbook_trpl +$ cargo install --locked --path packages/mdbook-trpl ``` ## Building