From 0d1771cbcaa384970652a1628ccb172cfa60e7e3 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 29 Mar 2020 00:46:48 +0100 Subject: [PATCH] Fix logo path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7367e93..d835372 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![](./img/feathermost.svg) Feathermost +# ![](./assets/feathermost.svg) Feathermost To run in development mode, execute `rundev.sh`. This will start a web server, and mitmproxy to avoid CORS problems.