summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/extensions/code_hilite.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt
index c44d9a5..52c101e 100644
--- a/docs/extensions/code_hilite.txt
+++ b/docs/extensions/code_hilite.txt
@@ -36,7 +36,7 @@ The CSS rules either need to be defined in or linked from the header of your
HTML templates. Pygments can generate CSS rules for you. Just run the following
command from the command line:
- pygmentize -S default -f html -a codehilite > styles.css
+ pygmentize -S default -f html -a .codehilite > styles.css
If you are using a different `css_class` (default: `codehilite`), then
set the value of the `-a` option to that class name. The CSS rules will be