From 5ebf89658120788fb4cc9d857340a9165cf52813 Mon Sep 17 00:00:00 2001 From: Question Date: Tue, 13 Jul 2021 02:14:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f18c6a..3294914 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ make ``` to build. -* If you don't have twili debugger installed then delete the -ltwili flag on the Makefile to compile: +If you don't have twili debugger installed then delete the -ltwili flag on the Makefile to compile: ``` LIBS: -ltwili ```