Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Thilo <bigj95t@gmail.com>2014-07-08 15:33:21 +0400
committerJulian Thilo <bigj95t@gmail.com>2014-07-08 15:33:21 +0400
commit7f359666c47946d9ea84d9387a7c88cbcbc9aa4f (patch)
tree5d7082df5c2c6f8c6c6eec709e53bb8be8b2ff59 /README.md
parent933b38421cc3ec1809c20a565dc1927f205c4d60 (diff)
Fix that @mdo nightlife <3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58886f2dc8..9f114383c3 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,8 @@ Bootstrap's documentation, included in this repo in the root directory, is built
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.x).
- **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
-2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
-3. Open <http://localhost:9001> in your browser, and voilĂ .
+3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
+4. Open <http://localhost:9001> in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).