From 97df607a708d2debd46d9e4ac85a007916315941 Mon Sep 17 00:00:00 2001 From: Sylvia Lei Date: Fri, 14 Jul 2023 16:02:22 +0800 Subject: [PATCH] reword Signed-off-by: Sylvia Lei --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a605a8..6360a51 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ banner

-`oras-credentials-go` is a credential management library designed for [`oras-go`](https://github.com/oras-project/oras-go). It supports reading, saving, and removing credentials from Docker configuration files and external credential stores that follow the [Docker credential helper protocol](https://docs.docker.com/engine/reference/commandline/login/#credential-helper-protocol). It does not handle credential encryption and decryption. +`oras-credentials-go` is a credential management library designed for [`oras-go`](https://github.com/oras-project/oras-go). It supports reading, saving, and removing credentials from Docker configuration files and external credential stores that follow the [Docker credential helper protocol](https://docs.docker.com/engine/reference/commandline/login/#credential-helper-protocol). -Once it reaches a fairly stable version (e.g. `v1.0.0-rc.1`), this library will be merged into `oras-go` (See [discussion](https://github.com/oras-project/oras-credentials-go/discussions/80)). After that, this repository will be archived. +Once it reaches a fairly stable version (e.g. `v1.0.0-rc.1`), `oras-credentials-go` will be merged into `oras-go` (See [discussion](https://github.com/oras-project/oras-credentials-go/discussions/80)). After that, this repository will be archived. ## Versioning