From 65f13033a61f657a0b8b8808dab23dd02e579d2f Mon Sep 17 00:00:00 2001 From: gak Date: Sun, 22 Oct 2023 10:45:55 +1100 Subject: [PATCH] docs: woops, random ` in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d8dc1f..98e1c04 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > #### ⚠️ Alpha Warning! ⚠️ > This Rust crate is still in alpha stage. It is something I quickly put together if anyone needed it. I'm aiming to work on it as I need more features. > -> `0.1.x` will have breaking API changes. Don't rely on this project for anything important yet.' +> `0.1.x` will have breaking API changes. Don't rely on this project for anything important yet. > > Using Rust nightly until `async_fn_in_trait` is stable.