소스 검색

fixed typo

JPVenson 3 달 전
부모
커밋
ef7f6fc8a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Jellyfin.Database/readme.md

+ 1 - 1
src/Jellyfin.Database/readme.md

@@ -2,7 +2,7 @@
 
 This shall provide context on how to work with entity frameworks multi provider migration feature.
 
-Jellyfin will support multiple database providers in the future, namely SQLite as its default and the experimental postgresSQL.
+Jellyfin will support multiple database providers in the future, namely SQLite as its default and the experimental PostgreSQL.
 
 Each provider has its own set of migrations, as they contain provider specific instructions to migrate the specific changes to their respective systems.