Skip to content

Commit 84b5e8a

Browse files
authored
Update README.md
1 parent d6eb75e commit 84b5e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sounds good? Skip ahead to the [screencast section](#asciinema-screencast-not-a-
1212
## Motivation
1313

1414
Highlighting output in the shell is hardly a novel idea and its effectiveness is generally agreed to be high:)
15-
There are other tools that provide similar functionality, for instance `supercat` and `grc`. However, with this
15+
There are other tools that provide similar functionality, for instance, `supercat` and `grc`. However, with this
1616
project, I was looking to create a tool that can effectively replace `cat`, `tail` and other traditional utils with zero
1717
to little effort.
1818

@@ -78,7 +78,7 @@ your distro of choice do not have it, you can always compile it from source.
7878
$ brew install tesseract
7979
```
8080

81-
After installing `tesseract`, simply invoke the below to install `super-zaje`:
81+
After installing `tesseract`, invoke the below to install `super-zaje`:
8282

8383
```sh
8484
# install super-zaje
@@ -125,7 +125,7 @@ preproc: will colour the char group bright red
125125
```
126126
Specifying the colour names in the YML is also supported, see [df.yaml](https://github.com/jessp01/gohighlight/blob/master/syntax_files/df.yaml) for an example.
127127
128-
If your new lexer doesn't seem to work, run `zaje` with `-d` or `--debug` to get more info.
128+
If your new lexer doesn't work as expected, run `zaje` with `-d` or `--debug` to get more info.
129129

130130

131131

0 commit comments

Comments
 (0)