From f605581b50bf35a9ea1aa12b4d7cd154aab68219 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 26 May 2020 04:11:31 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/)