aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2019-04-13 20:12:51 -0300
committerMatias Linares <matiaslina@gmail.com>2019-04-13 20:12:51 -0300
commit7e3ec5cd9242c24d364ee78d9398650fbf06cf1a (patch)
treef419f0ec4697c715118113966760ee267d812c0c /README.md
parent34fa5a371e98fbfb6d50fcc232e9f6bf171ad905 (diff)
downloadperl6-pygments-7e3ec5cd9242c24d364ee78d9398650fbf06cf1a.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a28bdb..24288aa 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Printing some code with a terminal formatter.
# OUTPUT: 「I love Rust」 love => 「love」 lang => 「Rust」
ENDCODE
- # Format a full html with line numbers and theme `manni`
+ # Output to terminal with line numbers.
Pygments.highlight(
$code, "perl6", :formatter<terminal>,
:linenos(True)