diff --git a/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj b/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj index a0e5712..29b4b33 100644 --- a/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj +++ b/src/MinimalCli.SourceGenerator/MinimalCli.SourceGenerator.csproj @@ -7,7 +7,7 @@ MinimalCli.SourceGenerator Minimal Command Line Source Generator dotnetKyle - A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Command attribute. + A source generator for MinimalCommandLine. Enables the quick rigging of commands using a Handler attribute. https://github.com/dotnetKyle/MinimalCommandLine Command; Line diff --git a/src/MinimalCli/MinimalCli.csproj b/src/MinimalCli/MinimalCli.csproj index dc519e8..debbd9a 100644 --- a/src/MinimalCli/MinimalCli.csproj +++ b/src/MinimalCli/MinimalCli.csproj @@ -7,7 +7,7 @@ MinimalCli Minimal Command Line dotnetKyle - A source generator on top of System.CommandLine to minimize the boiler plate needed to get started. Just add a [Command] attribute to a function to get started! + A source generator on top of System.CommandLine to minimize the boiler plate needed to get started. Just add a [Handler] attribute to a function to get started! README.md https://github.com/dotnetKyle/MinimalCommandLine