From ccea9c68892867d580eca6869e879c5695d0fc92 Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Sat, 10 Apr 2021 01:41:20 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aac78d2..1ccd78e 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 implementation. +A simple source generator that creates interfaces by implementations. Example user implementation: ```cs @@ -32,8 +32,8 @@ Supports: - Default arguments, `params` arguments. - Generic types and methods. - XML docs. - - Explicit interface names (using the `Name` property on `GenerateAutoInterface`. - - Explicit interface visibility (using the `VisibilityModifier` property on `GenerateAutoInterface`. + - Explicit interface names (using the `Name` property on `GenerateAutoInterface`). + - Explicit interface visibility (using the `VisibilityModifier` property on `GenerateAutoInterface`). - Explicitly excluding a member from the interface (using `[AutoInterfaceIgnore]`). Missing: