diff --git a/README.md b/README.md
index aca740658b7b8791078d9cb6c95dc64655923c33..4b7d19a2f1a98284068b3292e1e46da8556eab31 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