diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index 39d32b38fdaf2c3e071665341164b12e77dc9309..df9282797d0171d8b117e1d452f4a2d9c1668ce7 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -32,7 +32,7 @@ Create the project database and user:
 
 .. code-block:: shell
 
-    CREATE DATABASE "scratch"
+    CREATE DATABASE "funkwhale"
       WITH ENCODING 'utf8'
       LC_COLLATE = 'en_US.utf8'
       LC_CTYPE = 'en_US.utf8';