Update README.md

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

View File

@ -6,6 +6,8 @@ Because the wordlist is of exactly size 2^16, Niceware is also useful for conver
* Free software: MIT license
* Supports .NET Standard (core), .NET 4.6
**This C# port is a fork of [trpalmer's dotnet-niceware](https://github.com/trpalmer/dotnet-niceware)**
## Usage
To Install:
@ -27,4 +29,4 @@ var passphrase = Niceware.GeneratePassphrase(8);
```
## 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/)