aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Database/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/Jellyfin.Database/readme.md')
-rw-r--r--src/Jellyfin.Database/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Database/readme.md b/src/Jellyfin.Database/readme.md
index d50636b77..344ba2f4d 100644
--- a/src/Jellyfin.Database/readme.md
+++ b/src/Jellyfin.Database/readme.md
@@ -17,7 +17,7 @@ with sqlite currently being the only supported provider, you need to run the Ent
The example is made from the root folder of the project e.g for codespaces `/workspaces/jellyfin`
```cmd
-dotnet ef migrations add {MIGRATION_NAME} --project "src/Jellyfin.Database/Jellyfin.Database.Providers.SqLite" -- --migration-provider Jellyfin-SQLite
+dotnet ef migrations add {MIGRATION_NAME} --project "src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite" -- --migration-provider Jellyfin-SQLite
```
If you get the error: `Run "dotnet tool restore" to make the "dotnet-ef" command available.` Run `dotnet restore`.