Skip to content

Commit f721d21

Browse files
Merge pull request #34 from NetDevPack/fix/demo
fix: readme
2 parents f6c0f71 + 8564980 commit f721d21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ The `NetDevPack.Security.Jwt` package provides a mechanism for storing yor Keys
298298

299299
Install
300300
```
301-
Install-Package Jwks.Manager.Store.EntityFrameworkCore
301+
Install-Package NetDevPack.Security.Jwt.Store.EntityFrameworkCore
302302
```
303303

304304
Or via the .NET Core command line interface:
305305

306306
```
307-
dotnet add package Jwks.Manager.Store.EntityFrameworkCore
307+
dotnet add package NetDevPack.Security.Jwt.Store.EntityFrameworkCore
308308
```
309309

310310
Add `ISecurityKeyContext` to your DbContext:
@@ -335,13 +335,13 @@ The `NetDevPack.Security.Jwt` package provides a mechanism for storing yor Keys
335335

336336
Install
337337
```
338-
Install-Package Jwks.Manager.Store.FileSystem
338+
Install-Package NetDevPack.Security.Jwt.Store.FileSystem
339339
```
340340

341341
Or via the .NET Core command line interface:
342342

343343
```
344-
dotnet add package Jwks.Manager.Store.FileSystem
344+
dotnet add package NetDevPack.Security.Jwt.Store.FileSystem
345345
```
346346

347347
Now change your `startup.cs`
@@ -466,5 +466,5 @@ Many developers has no clue about which Algorithm to use for sign their JWT. Thi
466466

467467
# License
468468

469-
Jwks.Manager is Open Source software and is released under the MIT license. This license allow the use of Jwks.Manager in free and commercial applications and libraries without restrictions.
470-
469+
NetDevPack.Security.Jwt is Open Source software and is released under the MIT license. This license allow the use of NetDevPack.Security.Jwt in free and commercial applications and libraries without restrictions.
470+
p

0 commit comments

Comments
 (0)