From bdf405a559a44a83f09b5fb6074b0a5fb42add03 Mon Sep 17 00:00:00 2001 From: ahaas25 <94150901+ahaas25@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:11:33 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8126f71..bd8b27e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Typing-Test-C +# Typing-Test-C (WIP) + +**Summary:** Typing Test Written in C Programming Language @@ -11,13 +13,13 @@ Word Mode: 10, 25, 50, and 100 Words Focuses on User's Typing Style and Provides Insights Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI. -Objectives: +**Objectives**: * Clean Code * Memory Management * Learning C -How To Compile: +**How To Compile:** -Download source files -Install ncurses (If not already installed) -Run "gcc gcc typing_test.c -lncurses" +* Download source files +* Install ncurses (If not already installed) +* Compile Using ```"gcc gcc typing_test.c -lncurses"```