From c89ab5128f5483cdd6e786d02bcd03f903fb2089 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 30 Jan 2014 04:45:49 -0500 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ede54db288..f12753f7d2 100644 --- a/README.md +++ b/README.md @@ -449,8 +449,9 @@ inside the `$(document).ready()`. Oh, and notice the path of socket.io file, you have to have `socket.io.js` file anywhere in your project, it will be generated automatically at runtime. -And that's it, we are done! If you want to see a really -cool real-time dashboard example, refer to [pull request #23](https://github.com/sahat/hackathon-starter/pull/23/files). +And that's it, we are done! + +If you want to see a really cool real-time dashboard check out this [live example](http://hackathonstarter.herokuapp.com/dashboard). Refer to the [pull request #23](https://github.com/sahat/hackathon-starter/pull/23/files) to see how it is implemented.