Update readme

This commit is contained in:
Alexey Golub
2019-11-30 23:32:06 +02:00
parent ce2a3153e6
commit d67a9fe762

View File

@@ -486,12 +486,4 @@ Given that there are probably a dozen libraries that help with building CLI appl
## Etymology ## Etymology
CliFx is made out of "Cli" for "Command Line Interface" and "Fx" for "Framework". It's pronounced as "cliff ex". CliFx is made out of "Cli" for "Command Line Interface" and "Fx" for "Framework". It's pronounced as "cliff ex".
## Libraries used
- [NUnit](https://github.com/nunit/nunit)
- [FluentAssertions](https://github.com/fluentassertions/fluentassertions)
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
- [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet)
- [Coverlet](https://github.com/tonerdo/coverlet)