figlet: update highlighting

This commit is contained in:
Rico Sta. Cruz 2017-10-08 09:05:29 +08:00
parent cb9fc97f18
commit 4695a9efdb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ introduction: |
### Usage ### Usage
```sh ```bash
echo "Hamburger" | figlet -f cybermedium echo "Hamburger" | figlet -f cybermedium
``` ```
@ -57,7 +57,7 @@ Run `figlet` with `-f <font>` to use a font.
### Toilet fonts ### Toilet fonts
```sh ```bash
echo "Hello" | \ echo "Hello" | \
figlet -f smmono12 -d /usr/local/share/figlet figlet -f smmono12 -d /usr/local/share/figlet
``` ```