From c284f3f2832f443cc42d02b2bf6a3a2b7c1d403d Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 19 Aug 2023 20:56:20 +0200 Subject: [PATCH] fixed alignment --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45d7fb6..418443c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # hl General purpose highlighter. -// it would be lovely to have a different name the "library" part and the cli + // it would be lovely to have a different name the "library" part and the cli + # Usage hl will read from stdin and write to stdout. hl < source/main.c ### Cli Options - -h : display help message - -F : syntax file look up directory + -h : display help message + -F : syntax file look up directory -s : specify syntax to load ### Environment variables