From c4f61dfb246e19bd8ff81237af5a7280b5922106 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart (RJLB)" Date: Fri, 5 Sep 2025 12:15:48 +0100 Subject: [PATCH] Update README.md 1. Remediated incorrect grammar. 1. Semantically codified the code. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80b3336..d61bdc7 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # KeyCastOW -keystroke visualizer for Windows, lets you easily display your keystrokes while recording screencasts. -* small footprint (one 100kb executable file) -* green and portable, only depends on windows system dlls -* prenty of settings for keystroke display -* hotkey to turn on/off +A keystroke visualizer for Windows. Lets you easily display your keystrokes while recording screencasts. +* Small footprint (one 100kb executable file). +* Green and portable, only depends on Windows system DLLs. +* Plenty of settings for keystroke display. +* Hotkey to turn on/off. ## build - msbuild /p:platform=win32 /p:Configuration=Release +`msbuild /p:platform=win32 /p:Configuration=Release` ## License