Skip to content

Commit 002230f

Browse files
committed
Add 'official' to readme
1 parent 0e54c7b commit 002230f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Build](https://github.com/devlooped/CredentialManager/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/CredentialManager/actions)
88

99
<!-- #content -->
10-
Packages the [Git Credential Manager](https://github.com/git-ecosystem/git-credential-manager/) cross-platform credential store
10+
Packages the official [Git Credential Manager](https://github.com/git-ecosystem/git-credential-manager/) cross-platform credential store
1111
implementation supporting Windows, macOS and Linux for use as a NS2.0 library with no UI or external dependencies.
1212

1313
Release version numbers track the [GCM releases](https://github.com/GitCredentialManager/git-credential-manager/releases) themselves.
@@ -21,7 +21,7 @@ using GitCredentialManager;
2121
ICredentialStore store = CredentialManager.Create("myapp");
2222
```
2323

24-
The namespace for the `CredentialManager` static factory class is the same as GCM itself
24+
The namespace for the `CredentialManager` static factory class is the same as the official GCM itself
2525
for convenience: `GitCredentialManager`.
2626

2727
The optional *namespace* argument (`myapp` above) can be used to scope credential

0 commit comments

Comments
 (0)