From 9382c69cf8c72bdc21bcb1e2984f4b7f3902dbae Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:31:07 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea3eb0..d55192b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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. +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) Example user implementation: ```cs