From c017f5266ee4f8136bfb9da5bb0e4eddef30298d Mon Sep 17 00:00:00 2001
From: Philipp Riegelmann
Date: Tue, 12 Mar 2024 09:58:57 +0100
Subject: [PATCH] Updating Readme
---
Readme.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Readme.md b/Readme.md
index fe5b323..f1b8a00 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,7 +15,6 @@ Queo.Commons is the basic package for using the various Queo.Commons functionali
## How to use it
- include Nuget-Package (queo.commons)
-```powershell
-Find-Package queo.commons
-Install-Package queo.commons -ProjectName MyProject
+```csharp
+
```