From 1e4b10946f4ac304401d7019f3e99e4f680536c6 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 3 Sep 2024 10:03:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582cc62..498c667 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# InterfaceGenerator [![NuGet Version](http://img.shields.io/nuget/v/InterfaceGenerator.svg?style=flat)](https://www.nuget.org/packages/InterfaceGenerator/) +# Speckle.InterfaceGenerator [![NuGet Version](http://img.shields.io/nuget/v/Speckle.InterfaceGenerator.svg?style=flat)](https://www.nuget.org/packages/Speckle.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.