From 6263c957b09eb559d68ce4251bdc94426a3b1b0c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 13 Oct 2022 21:24:03 +0200 Subject: Add some notes --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 194cab8..1cc024f 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,8 @@ [![docs.rs][docs-badge]][docs] [![crates.io][crate-badge]][crate] +> ⚠️ **Important**: I’ll probably release this on `crates.io` tomorrow! + @@ -78,10 +80,14 @@ 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