From 0a73f5f6ce919a24623d37591dc196fbc0c81638 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Wed, 9 Sep 2020 15:30:24 +0700 Subject: [PATCH] Correct status of crate dirs and friends --- README.md | 2 +- directories/README.md | 2 +- dirs-sys/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19eac39..459113a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # `dirs-next` -**Note**: This is a fork of unmaintained `dirs` crate. +**Note**: This is a fork of once-abandoned `dirs` crate. There is a mid-level sister library, [directories-next]. diff --git a/directories/README.md b/directories/README.md index 68f0bad..83998af 100644 --- a/directories/README.md +++ b/directories/README.md @@ -3,7 +3,7 @@ # `directories-next` -**NOTE**: This crate is a fork of unmaintained `directories` crate. +**NOTE**: This crate is a fork of once-abandoned `directories` crate. There is a low-level sister library, [dirs-next]. diff --git a/dirs-sys/README.md b/dirs-sys/README.md index 1340315..3c706d8 100644 --- a/dirs-sys/README.md +++ b/dirs-sys/README.md @@ -3,7 +3,7 @@ # `dirs-sys-next` -**NOTE**: This crate is a fork of unmaintained `dirs-sys` crate. +**NOTE**: This crate is a fork of once-abandoned `dirs-sys` crate. _Do not use this library directly, use [`dirs-next`] or [`directories-next`]._