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 ```