diff --git a/README.md b/README.md index 64e3ac1efc..44be90c696 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > ### [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. -### [Demo]()    [RealWorld](https://github.com/gothinkster/realworld) +### [Demo](https://rtfeldman.github.io/elm-spa-example)    [Demo with Time-traveling Debugger](https://rtfeldman.github.io/elm-spa-example-with-debug)    [RealWorld](https://github.com/gothinkster/realworld) This codebase was created to demonstrate a fully fledged fullstack application built with [Elm](http://elm-lang.org) including CRUD operations, authentication, routing, pagination, and more.