diff --git a/README.md b/README.md index bb74da4..9e4cb5b 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio: ```PM -PM> Install-Package LightweightIocContainer -Version 1.2.0-beta +PM> Install-Package LightweightIocContainer -Version 1.2.0 ``` or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): ```.net -> dotnet add package LightweightIocContainer --version 1.2.0-beta +> dotnet add package LightweightIocContainer --version 1.2.0 ``` ### Example usage