From 837ac47c812a3653b916e4fdc39581c8fd773ca3 Mon Sep 17 00:00:00 2001 From: Saravana Thiagarajan Kathirvel <114520854+saravana-tk@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:08:40 -0400 Subject: [PATCH] Update README.md Spelling correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9935d1..aeda7426 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ export POSTGRES_USER=postgres export POSTGRES_PASSWORD=... ``` -**Creeate the database** +**Create the database** ```shell createdb opengpts ```