From f97a8d4929d618eda8a623f10de1549c7a57764e Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 13 May 2026 05:55:01 +1000 Subject: [PATCH] fix: correct formatting in local development setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fca98..9cb94c8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To setup development locally run the following commands: * `cd cinny-desktop/cinny` * `npm ci` * `cd ..` -* `npm ci` +* `npm ci` To build the app locally, run: * `npm run build`