From a07c27e48cffaf1f8dae9ced31addf501b89d7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaoda=28=E8=B5=B5=E8=BE=BE=29?= Date: Sun, 23 Mar 2014 00:18:40 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5922548e..f2ca9e27 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ For the impatient, here's how to get a Spring blog site up and running. ### And then * Goto your repository settings page to turn on the `Issues` feature. -* Browser this repository's issues page, like this *https://github.com/zhaoda/spring/issues?state=open*. +* Browser this repository's issues page, like this `https://github.com/your-username/your-repo-name/issues?state=open`. * Click the `New Issue` button to just write some content as a new one blog. ### Finally -* Browser this repository's GitHub Pages url, like this *http://zhaoda.github.io/spring*, you will see your Spring blog, have a test. +* Browser this repository's GitHub Pages url, like this `http://your-username.github.io/your-repo-name`, you will see your Spring blog, have a test. * And you're done! ## Custom development @@ -140,6 +140,7 @@ $ grunt * Browser `http://localhost/spring/index.html`, enter the runtime mode. * If there is no problem, commit and push the code. +* Don't forget to merge `master` branch into `gh-pages` branch if you have. * And you're done! Good luck! ## Report a bug