From 4e9b1219a613263bb7e07c7a893ccdefb99f67da Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 14:54:45 +0200 Subject: Remove notes from readme --- readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/readme.md b/readme.md index 7a70263..1049be7 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,6 @@ [![docs.rs][docs-badge]][docs] [![crates.io][crate-badge]][crate] -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - @@ -81,14 +79,10 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark] With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`: -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - ```sh cargo install markdown ``` -> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! - ## Use ```rs -- cgit