From 8dc9af31f0b259a5e15e8209e8b1c64245350d11 Mon Sep 17 00:00:00 2001 From: Tijmen van der Kemp Date: Tue, 10 Jun 2025 11:14:53 +0200 Subject: [PATCH] Remove quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6632110b49..0f794f90bb6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Troubleshooting: - *fatal: not a git repository (or any of the parent directories): .git* - Install git, and then run `git init` in the folder of the project. - *Lefthook seems to be stuck running the post-merge check* - - You likely need to press 'Enter'. + - You likely need to press Enter. - *I ran `npm run start:dev` but it didn't seem to start anything* - If the last message before your command was `lefthook something something post-merge`, your `run` command got eaten by the Lefthook monster, but running it again will work. - *I started the game but all text looks like code instead of actual sentences*