From 8f24d894eb0175da2dd3eb07e44863b66ab3bb03 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 3 Mar 2025 07:41:42 +0000 Subject: [PATCH] Fix a typo on the documentation command in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82c5f94b6..21a6f44d38 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Redox OS Microkernel Use this command: ```sh -cargo doc --open --target x86_64-unknown-none`. +cargo doc --open --target x86_64-unknown-none ``` ## Debugging