Skip to content

Commit 63a8b8b

Browse files
authored
Merge pull request chubin#105 from Aura7988/fix-typo
fix typo
2 parents 6c447dc + d25de7a commit 63a8b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ For example, to switch syntax highlighting off create the file with the followin
291291
content:
292292

293293
```
294-
QUERY_OPTIONS="T"
294+
CHTSH_QUERY_OPTIONS="T"
295295
```
296296

297297
Or if you want to use a special syntax highlighting theme:
298298

299299
```
300-
QUERY_OPTIONS="style=native"
300+
CHTSH_QUERY_OPTIONS="style=native"
301301
```
302302

303303
(`curl cht.sh/:styles-demo` to see all supported styles).

0 commit comments

Comments
 (0)