From 66222b23844f91fb267063e8b70aab5cc2835247 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 29 Apr 2023 16:53:38 -0400 Subject: [PATCH] Use an included sample ANSI file for cat example command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea005c4..7da57b6 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ You can set the text color by holding Ctrl while clicking a color in the palette You can display a saved ANSI file in the terminal with `cat`: ```bash -cat file.ans +cat samples/ship.ans ``` ## Known Issues