From d6d136ac96fb7e9785943b067caa578a966e0c12 Mon Sep 17 00:00:00 2001 From: Tim Hutt Date: Tue, 25 Nov 2025 21:44:59 +0000 Subject: [PATCH] Fix create/crate typo README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ec0211..021b5a32 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The eventual goal is to use `h3` as an internal dependency of [hyper][]. [hyper]: https://hyper.rs ### Duvet -This create uses the [duvet crate][] to check compliance of the [spec][]. +This crate uses the [duvet crate][] to check compliance of the [spec][]. The generated [report][] displays the current status of the requirements of the spec. Get more information about this tool in the [contributing][] document.