diff --git a/README.md b/README.md index c7c7e2f..27d12ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Todocolors +# ![](media/icon.png) Todocolors A self-hostable multiplayer todo app with Redis, Rust, WebSockets and Next.js. @@ -16,4 +16,4 @@ A self-hostable multiplayer todo app with Redis, Rust, WebSockets and Next.js. ## Screenshots -![Screenshot of the application, detailing a nonsensical "Plan for conquering the world"](screenshot.png 'Screenshot of the application, detailing a nonsensical "Plan for conquering the world') \ No newline at end of file +![Screenshot of the application, detailing a nonsensical "Plan for conquering the world"](media/screenshot.png 'Screenshot of the application, detailing a nonsensical "Plan for conquering the world') \ No newline at end of file diff --git a/media/icon.png b/media/icon.png new file mode 100644 index 0000000..0d95b05 Binary files /dev/null and b/media/icon.png differ diff --git a/screenshot.png b/media/screenshot.png similarity index 100% rename from screenshot.png rename to media/screenshot.png