Skip to content

Commit 6823988

Browse files
authored
Update README.md
1 parent 988d0c2 commit 6823988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Virgil.PureKit .NET/C# SDK
1+
# Virgil PureKit .NET/C# SDK
22

33
[![Nuget package](https://img.shields.io/nuget/v/virgil.purekit.svg)](https://www.nuget.org/packages/Virgil.PureKit/)
44
[![Build status](https://ci.appveyor.com/api/projects/status/kqs4lqw426gbpccm/branch/release?svg=true)](https://ci.appveyor.com/project/unlim-it/sdk-net/branch/release)
@@ -55,7 +55,7 @@ Here is an example of how to specify your credentials Protocol class instance:
5555
```cs
5656
using Virgil.PureKit;
5757

58-
// here set your PureKit credentials
58+
// here set your PURE App credentials
5959
var context = ProtocolContext.Create(
6060
appToken: "AT.OSoPhirdopvijQlFPKdlSydN9BUrn5oEuDwf3Hqps",
6161
servicePublicKey: "PK.1.BFFiWkunWRuVMvJVybtCOZEReUui5V3NmwY21doyxoFlurSYEo1fwSW22mQ8ZPq9pUWVm1rvYhF294wstqu//a4=",
@@ -216,7 +216,7 @@ Move to Virgil.PureKit SDK configuration file and specify your `UPDATE_TOKEN`:
216216
```cs
217217
using Virgil.PureKit;
218218

219-
// here set your PureKit credentials
219+
// here set your PURE App credentials
220220
var context = ProtocolContext.Create(
221221
appToken: "AT.OSoPhirdopvijQlFPKdlSydN9BUrn5oEuDwf3Hqps",
222222
servicePublicKey: "PK.1.BFFiWkunWRuVMvJVybtCOZEReUui5V3NmwY21doyxoFlurSYEo1fwSW22mQ8ZPq9pUWVm1rvYhF294wstqu//a4=",
@@ -273,7 +273,7 @@ virgil pure update-keys <service_public_key> <app_secret_key> <update_token>
273273
```cs
274274
using Virgil.PureKit;
275275

276-
// here set up your PURE App credentials
276+
// here set your PURE App credentials
277277
var context = ProtocolContext.Create(
278278
appToken: "APP_TOKEN_HERE",
279279
servicePublicKey: "NEW_SERVICE_PUBLIC_KEY_HERE",

0 commit comments

Comments
 (0)