From 9f84c49a76f70d3f3bf10f5971c9af770a9040a1 Mon Sep 17 00:00:00 2001 From: Mandar Vaze Date: Thu, 23 Jul 2020 06:11:48 +0530 Subject: [PATCH] docs(README): Fix minor typo shema -> schema --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e972e..8c8f268 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ docker-compose -p citadel -f docker-compose.yml -f docker-compose.migrate.yml ru This will start a postgres instance as well as a citadel instance. -The second command runs the database shema migrations. +The second command runs the database schema migrations. If you visit [http://localhost:3333](http://localhost:3333), you will get redirected to the installation screen so that you can create the first system user.