From dd491eb64668ab05d67e8d2b67a47ce80e8859d5 Mon Sep 17 00:00:00 2001 From: HiiTea Date: Thu, 25 Feb 2016 10:34:09 +0800 Subject: [PATCH] Fix live demo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7684370..f5fb706 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue.js HackerNews clone -[Live demo](http://yyx990803.github.io/vue-hackernews/) +[Live demo](http://vuejs.github.io/vue-hackernews/) Built with [Vue.js](http://vuejs.org) and the official [HackerNews API](https://github.com/HackerNews/API), with routing, comments, comment folding, user profile & realtime updates. @@ -14,4 +14,4 @@ npm install npm run dev # build: npm run build -``` \ No newline at end of file +```