aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index aa5698e..685125f 100644
--- a/readme.md
+++ b/readme.md
@@ -76,9 +76,13 @@ This Rust crate has a sibling project in JavaScript: [`micromark`][micromark]
With [Rust][] (rust edition 2018+, ±version 1.56+), install with `cargo`:
```sh
-cargo install markdown
+cargo add markdown@1.0.0-alpha.1
```
+> 👉 **Note**: this is a new crate that reuses an old name.
+> The old crate (`0.3.0` and lower) has a bunch of problems.
+> Make sure to use the new crate, currently in alpha at `1.0.0-alpha.1`.
+
## Use
```rs