]> git.xolatile.top Git - public-libhl.git/commitdiff
fixed alignment
authoranon <anon@anon.anon>
Sat, 19 Aug 2023 18:56:20 +0000 (20:56 +0200)
committeranon <anon@anon.anon>
Sat, 19 Aug 2023 18:56:20 +0000 (20:56 +0200)
README.md

index 45d7fb6648af576932f190657b840c1279911f9c..418443cd90cdac226a83b3695bb1b38483586339 100644 (file)
--- 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 <dir>        : syntax file look up directory
+       -h          : display help message
+       -F <dir>    : syntax file look up directory
        -s <syntax> : specify syntax to load
 
 ### Environment variables