From: PhiTux Date: Fri, 17 Oct 2025 16:11:05 +0000 (+0200) Subject: fixed typo in readme X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2063e931fae4455230bfca69298160f69ad4df85;p=DailyTxT.git fixed typo in readme --- diff --git a/README.md b/README.md index 7fc61f1..2bbee7b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ DailyTxT is an encrypted Diary/Journal WebApp with several [features](#features) Simply use the `docker-compose.yml` file provided in this repository. Adjust it to your needs and run ```bash -docker-compose up -d +docker compose up -d ``` @@ -206,4 +206,4 @@ You need [Go](https://golang.org/) (at least version 1.24) and [Node.js](https:/ }, }; ``` -- `npm run dev` \ No newline at end of file +- `npm run dev`