From b3ea4a87eeb1c58a2b27abfd419f2322cc05a2df Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Sat, 14 May 2022 08:58:36 -0700 Subject: [PATCH] docs: remove reference to Kaydle (#44) Fixes: https://github.com/kdl-org/kdl-rs/issues/42 Kaydle is an in-development KDL implementation, but it's not yet ready for use. This commit removes the reference to it in the interest of not confusing potential users who might expect it to be ready and be confused by the lack of an available version on Crates.io. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0140102..29b09d3 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ You can think of this crate as [`toml_edit`](https://crates.io/crates/toml_edit), but for KDL. If you don't care about formatting or programmatic manipulation, you might -check out [`knuffel`](https://crates.io/crates/knuffel) or -[`kaydle`](https://crates.io/crates/kaydle) instead for serde (or -serde-like) parsing. +check out [`knuffel`](https://crates.io/crates/knuffel) instead for serde +(or serde-like) parsing. ### Example