From 09e810c2921219e5edb7ddfbbd08330dd49c4962 Mon Sep 17 00:00:00 2001
From: Petar Hristov <hristov@itc.rwth-aachen.de>
Date: Fri, 10 Mar 2023 11:00:09 +0100
Subject: [PATCH] doc

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aca7406..4b7d19a 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ The Migrations library for .NET simplifies SQL database migrations within Coscin
 
 To install this library, you can use the NuGet package manager or you can install it using the .NET CLI.
 ```powershell
-Install-Package Coscine.Metadata
+Install-Package Coscine.Migrations
 ```
 or using the .NET CLI
 ```powershell
-dotnet add package Coscine.Metadata
+dotnet add package Coscine.Migrations
 ```
 
 ## 📖 Usage
-- 
GitLab