diff --git a/README.md b/README.md index 7b683b6..1f0e649 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,14 @@ A .NET client wrapper for both .NET Core & .NET Framework projects of [Via CEP A Download the latest zip file from the [Release pages](https://github.com/guibranco/ViaCEP/releases) or simple install from [NuGet](https://www.nuget.org/packages/ViaCEP) package manager -NuGet URL: https://www.nuget.org/packages/ViaCEP +NuGet URL: [https://www.nuget.org/packages/ViaCEP](https://www.nuget.org/packages/ViaCEP) NuGet installation via *Package Manager Console*: ```ps + Install-Package ViaCEP + ``` ---