From b6be95225fb1ab64259cdcaef39c631b15ca297f Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 3 Nov 2019 05:53:22 +0100 Subject: Having fun with README.md --- README.md | 4 ++++ screenshot.png | Bin 0 -> 591223 bytes 2 files changed, 4 insertions(+) create mode 100644 screenshot.png diff --git a/README.md b/README.md index e8ca42b..36313d1 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make quiet`: to show a more quiet output - `> make raw`: run the tests in a ugly but parsable format - `> python3 prettier -h`: show prettier options + +## Example + +![example_screenshot](./screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..0e635ec Binary files /dev/null and b/screenshot.png differ -- cgit