diff --git a/README.md b/README.md index de6a92b4..4c0b5b84 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install and consume 3rd-party client-side libraries with ease. - Very fast ## Installation -- Fully integrated into Visual Studio 2017 and newer +- Integrated into Visual Studio 2017 and newer - Available as an add-in for Visual Studio for Mac - From the main menu, open the Extensions Manager dialog. - Select the Gallery tab. diff --git a/src/libman/Commands/InitCommand.cs b/src/libman/Commands/InitCommand.cs index 12fea84a..4e6f6d92 100644 --- a/src/libman/Commands/InitCommand.cs +++ b/src/libman/Commands/InitCommand.cs @@ -34,7 +34,6 @@ public InitCommand(IHostEnvironment hostEnvironment, bool throwOnUnexpectedArg = /// public CommandOption UseDefault { get; private set; } - public override BaseCommand Configure(CommandLineApplication parent) { base.Configure(parent);