README.md in jekyll-docs-theme-0.1.1 vs README.md in jekyll-docs-theme-0.1.2
- old
+ new
@@ -1,17 +1,21 @@
# Jekyll Docs Theme
-> This is a [Jekyll theme](https://github.com/allejo/jekyll-docs-theme) based on [mistic100's modification](https://github.com/mistic100/jekyll-docs-theme) of the official Bootstrap documentation from a few years back.
+> This is a [Jekyll theme](https://github.com/allejo/jekyll-docs-theme) based on [mistic100's modification](https://github.com/mistic100/jekyll-bootstrap-doc) of the official Bootstrap documentation from a few years back.
Jekyll Docs Theme is provided as a theme for writing documentation for your projects instead of having a single large README file or several markdown files stored in a not so user-friendly manner.
This theme is still in development but is kept fairly stable; just note, there are a lot things yet to come.

## Installation
+Fork this project
+
+-or-
+
Add this line to your Jekyll site's Gemfile:
```ruby
gem "jekyll-docs-theme"
```
@@ -32,10 +36,10 @@
## Development
To set up your environment to develop this theme, run `bundle install`.
-To develop on this theme, run `rake preview` and open your browser at `http://localhost:4000`. The project website for this project uses this theme itself and is available in the `docs/` folder.
+To develop on this theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`.
## License
The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).