From 6b8f7323c2847e113a2a115f173b80c28f20e36b Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 17 Apr 2020 21:23:29 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + ``` ---