From b14fcf7d1c30d106bb61f435c5689bd4e1ae3a8d Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Tue, 20 Dec 2016 22:34:13 +0800 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddbb644d..bceee7b8 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ These open-source projects are using docsify to generate their sites. Pull reque ## Contributing - Fork it! -- Create your feature branch: git checkout -b my-new-feature -- Commit your changes: git commit -am 'Add some feature' -- Push to the branch: git push origin my-new-feature +- Create your feature branch: `git checkout -b my-new-feature` +- Commit your changes: `git commit -am 'Add some feature'` +- Push to the branch: `git push origin my-new-feature` - Submit a pull request :D