From 4a0558d24f6947d87823da750e424d7410af76e9 Mon Sep 17 00:00:00 2001 From: PyGamer0 <64531844+PyGamer0@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:21:45 +0530 Subject: [PATCH] Fix readme markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b12e48..55d9410 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Text Editor Functional lightweight text editor written in C using ncurses. -##How to use: +## How to use: usage: text [ file ] @@ -14,7 +14,7 @@ Functional lightweight text editor written in C using ncurses. * F6 saves the current file and allows you to specify the filename. (WARNING: no confirmation screen or error checking yet). -##Current issues: +## Current issues: * Code could be organized better * Some arguments/variables don't do anything