From 076734d1132e4742ac84b6afe6ab1ef030b28372 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 12 Apr 2026 22:37:27 +0200 Subject: [PATCH] revert 5a5da10ad2a9d82647fd37c33ef62284a28bf479 revert Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index db2ce09..2005173 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -134,20 +134,19 @@ - + ## Installation and usage -All subpackages can be download independently from this organization's NuGet registry. To download package from organization package registry, you have to add new NuGet package source. You will need access details, which you can obtain by contacting the repository owner. You can also download .nupkg files from each repository Releases page. +All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page. **CLI:** ``` -dotnet nuget add source --name SimpleToolkit --username --password https://repos.mateuszskoczek.com/api/packages/SimpleToolkit/nuget/index.json -dotnet add package --source SimpleToolikt SimpleToolkit. +dotnet add package SimpleToolkit. ``` **Package reference in .csproj file:**