From 006bf9ff38bbc14837de463f698c705d2c369d0c Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:18:37 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccd78e..2ea3eb0 100644 --- a/README.md +++ b/README.md @@ -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. +A simple source generator that creates interfaces by implementations. Useful for when you need an interface purely for the sake of mocking. Example user implementation: ```cs