From 9343ef583c3a3dec247e7d2a85a35111e306897c Mon Sep 17 00:00:00 2001 From: Stuart Nathan Thomas Date: Sat, 4 May 2024 23:19:04 -0400 Subject: [PATCH] README typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80346d9..160f636 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ cd jparty python ../run.py ``` -Too build from source, run +To build from source, run -` +``` pyinstaller -y JParty.spec -` +``` ## FAQ