From 511980ef912a78b842dd2518a2969b5593e60c70 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Fri, 3 Feb 2023 07:28:02 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf16d54..4a62081 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Lithnet Credential Provider for Windows provides an easy way to create a cre ## Getting started * Create a new Class Library project. You can use .NET Framework 4.7.2 or higher, or you can use .NET Core 3.1 or higher) to create your provider * Install the package from nuget `Install-Package Lithnet.CredentialProvider` -* Create a new class an inherit from `redentialProviderBase`, as shown below, replacing the `ProgId` and `Guid` values with ones of your own +* Create a new class an inherit from `CredentialProviderBase`, as shown below, replacing the `ProgId` and `Guid` values with ones of your own ```cs [ComVisible(true)]