diff --git a/README.md b/README.md index f993d07..01add57 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file +Niceware for .NET is a port of [Niceware](https://github.com/diracdeltas/niceware) by [yan](https://diracdeltas.github.io/blog/about/)