1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #105 from Aura7988/fix-typo

fix typo
This commit is contained in:
Igor Chubin
2018-08-25 15:25:27 +03:00
committed by GitHub
+2 -2
View File
@@ -291,13 +291,13 @@ For example, to switch syntax highlighting off create the file with the followin
content:
```
QUERY_OPTIONS="T"
CHTSH_QUERY_OPTIONS="T"
```
Or if you want to use a special syntax highlighting theme:
```
QUERY_OPTIONS="style=native"
CHTSH_QUERY_OPTIONS="style=native"
```
(`curl cht.sh/:styles-demo` to see all supported styles).