From b8d4be3be07c83a0c94cf824b89599b79aab4a4f Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 8 May 2017 00:54:01 -0700 Subject: [PATCH] Fix logo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b50e430d8..64e3ac1efc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![RealWorld Example App](logo.png) +# ![RealWorld Example App](https://github.com/gothinkster/realworld/raw/master/media/realworld.png) > ### [Elm](http://elm-lang.org) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) spec and API.