Update README.md

This commit is contained in:
Kevin F 2020-05-26 04:14:07 -05:00 committed by GitHub
parent f605581b50
commit 5b2428d2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ To Install:
Install via Nuget package manager: Install via Nuget package manager:
``` ```
PM> Install-Package niceware PM> Install-Package NicewareSecure
``` ```
To generate an 8-byte passphrase: To generate an 8-byte passphrase:
@ -30,3 +30,6 @@ var passphrase = Niceware.GeneratePassphrase(8);
## Credits ## Credits
Niceware for .NET is a port of [Niceware](https://github.com/diracdeltas/niceware) by [yan](https://diracdeltas.github.io/blog/about/) Niceware for .NET is a port of [Niceware](https://github.com/diracdeltas/niceware) by [yan](https://diracdeltas.github.io/blog/about/)
**This C# port is a fork of [trpalmer's dotnet-niceware](https://github.com/trpalmer/dotnet-niceware)**