From d3c52a17b92d3154e885ce9090dfa863bcccbd9e Mon Sep 17 00:00:00 2001 From: ToBinio Date: Wed, 21 Jun 2023 15:30:22 +0200 Subject: [PATCH] fix typo --- crate-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate-status.md b/crate-status.md index 28c4d37d046..d92ac2a4574 100644 --- a/crate-status.md +++ b/crate-status.md @@ -8,7 +8,7 @@ of the implementation. with the potential to become the preferred way to interact with git repositories. Please note that all functionality comes from the `gitoxide-core` library, which mirrors these capabilities -and itself relies on all `git-*` crates. It's not meant for consumption, for application development, please use `gix`. +and itself relies on all `gix-*` crates. It's not meant for consumption, for application development, please use `gix`. * **the `ein` program** - convenient and for humans * [x] **init** - initialize a new non-bare repository with a `main` branch