diff --git a/NotePad/img/notepad-icon.svg b/NotePad/img/notepad-icon.svg new file mode 100644 index 0000000..5e4a964 --- /dev/null +++ b/NotePad/img/notepad-icon.svg @@ -0,0 +1,213 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NotePad/img/notepad.png b/NotePad/img/notepad-screenshot.png similarity index 100% rename from NotePad/img/notepad.png rename to NotePad/img/notepad-screenshot.png diff --git a/README.md b/README.md index 08860ee..1b9176b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple cross-platform text editor built with Avalonia UI and .NET 8. -![Screenshot](NotePad/img/notepad.png) +![Screenshot](NotePad/img/notepad-screenshot.png) ## Installation