From 9752c0bdc2f137bb7582970055722a8fc0fa7b12 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 28 Jan 2022 20:59:31 +0100 Subject: [PATCH] fix the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcba6ff6f..e4459314f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It is available on: https://uutils.github.io/coreutils-docs/dev/coreutils/ Can be generated with: -`` +``` cargo doc --no-deps --all-features --workspace ```