Skip to content

Commit

Permalink
(docs) improve easter egg example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 14, 2024
1 parent f791088 commit 2bba3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Interpreter/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const examples = [
(if (null? self.qrcode)
(%promisify ($.getScript "https://cdn.jsdelivr.net/gh/jcubic/static/js/qrcode.js")))
(let ((code (%promisify (qrcode.generate "https://tinyurl.com/fxv87gb"))))
(term.echo (code.replace #/\\[47m/g "[30;47m"))
(term.echo (code.replace #/\\[47m/g "[30;47m") &(:ansi #t))
#void)`
}
];
Expand Down

0 comments on commit 2bba3a4

Please sign in to comment.