diff --git a/README.md b/README.md index 304e168..79bd102 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ The names of the functions/variables are in French, uhh use google translate to ```poly.exe a b c ``` # Screenshot -![Screenshot](screenshot/screenshot.png) +With colors : +![Screenshot with colors](screenshot/screenshot_colors.png) + +Without : +![Screenshot without colors](screenshot/screenshot_no_colors.png) \ No newline at end of file diff --git a/screenshot/screenshot.png b/screenshot/screenshot.png deleted file mode 100644 index 3031d4c..0000000 Binary files a/screenshot/screenshot.png and /dev/null differ diff --git a/screenshot/screenshot_colors.png b/screenshot/screenshot_colors.png new file mode 100644 index 0000000..87a6c42 Binary files /dev/null and b/screenshot/screenshot_colors.png differ diff --git a/screenshot/screenshot_no_colors.png b/screenshot/screenshot_no_colors.png new file mode 100644 index 0000000..6648c6b Binary files /dev/null and b/screenshot/screenshot_no_colors.png differ