From 2f0ed2ee098f8c011011c3de0a5f6f05130da60f Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 25 May 2026 13:53:17 +0300 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9caf1a1..4ad98a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Built with Rust ([cot](https://cot.rs) framework). ## Quick start ```bash -export FURU_DATABASE_URL=postgres://user:pass@localhost/furumusic +export FURU_DATABASE_URL=postgresql://user:pass@localhost/furumusic cargo run # Open http://localhost:8000/admin/setup to create the first admin account ```