From ecbaffc0def6ab8a5b4b174ac110ba5aaca9fce2 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Mon, 13 Mar 2023 07:04:37 +0100 Subject: [PATCH] Update backend/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 3dd8ced83..60748ecb0 100644 --- a/backend/README.md +++ b/backend/README.md @@ -81,7 +81,7 @@ More details about our GraphQL playground and how to use it with ocelot.social c ### Database Indices and Constraints -Database indices and constraints need to be created and upgraded when the database and the backend are running: +Database indexes and constraints need to be created and upgraded when the database and the backend are running: {% tabs %} {% tab title="Docker" %}