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.