chroma: fix style parameter (#10183)

pull/23/head
Zhizhen He 2023-05-14 06:17:38 +08:00 committed by GitHub
parent 866045c716
commit 577ce2b8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
- Highlight a source file with the C++ lexer and output to an SVG, using the Monokai style:
`chroma --lexer="{{c++}}" --formatter="{{svg}}" --syle="{{monokai}}" {{source_file}} > {{svg_file}}`
`chroma --lexer="{{c++}}" --formatter="{{svg}}" --style="{{monokai}}" {{source_file}} > {{svg_file}}`