update README.md

This commit is contained in:
daver32
2022-01-28 21:49:24 +01:00
parent 71b4ecc9b4
commit 8307c9e7ce
+1 -1
View File
@@ -1,6 +1,6 @@
# InterfaceGenerator [![NuGet Version](http://img.shields.io/nuget/v/InterfaceGenerator.svg?style=flat)](https://www.nuget.org/packages/InterfaceGenerator/)
A simple source generator that creates interfaces by implementations. Useful for when you need an interface purely for the sake of mocking - or maybe you're not sure if you'll need the abstraction later on.
A simple source generator that creates interfaces by implementations. Useful for when you need an interface purely for the sake of mocking, or maybe you're not sure if you'll need the abstraction later on.
Inspired by [net_automatic_interface](https://github.com/codecentric/net_automatic_interface)