diff --git a/NotePad/img/notepad-screenshot-linux.png b/NotePad/img/notepad-screenshot-linux.png new file mode 100644 index 0000000..50f1960 Binary files /dev/null and b/NotePad/img/notepad-screenshot-linux.png differ diff --git a/NotePad/img/notepad-screenshot-win11.png b/NotePad/img/notepad-screenshot-win11.png new file mode 100644 index 0000000..a082d58 Binary files /dev/null and b/NotePad/img/notepad-screenshot-win11.png differ diff --git a/NotePad/img/notepad-screenshot.png b/NotePad/img/notepad-screenshot.png deleted file mode 100644 index b1b7416..0000000 Binary files a/NotePad/img/notepad-screenshot.png and /dev/null differ diff --git a/README.md b/README.md index 1b9176b..f18ba47 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A simple cross-platform text editor built with Avalonia UI and .NET 8. -![Screenshot](NotePad/img/notepad-screenshot.png) +| Windows | Linux | +|-----------------------------------------------------------------| ----- | +| ![Windows Screenshot](NotePad/img/notepad-screenshot-win11.png) | ![Linux Screenshot](NotePad/img/notepad-screenshot-linux.png) | ## Installation