From 21494937c98c3b333feb3d7bd603e3f6c1d6e958 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Fri, 17 Mar 2023 22:31:31 +0800 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 67d4f5b..5761a2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# chessu +# chessu [![Deployment status](https://img.shields.io/github/deployments/nizewn/chessu/Production?label=deployment)](https://ches.su) [![MIT License](https://img.shields.io/github/license/nizewn/chessu?color=blue)](https://github.com/nizewn/chessu/blob/main/LICENSE) > ❗ This project is still in the early stages of development and should be considered unstable. Expect bugs and weird behavior. @@ -64,6 +64,4 @@ PGHOST=db.example.com PGUSER=exampleuser PGPASSWORD=examplepassword PGDATABASE=chessu -# or use a connection string instead -DATABASE_URL=postgres://... ```