README.md in admin-panel-0.1.1 vs README.md in admin-panel-0.1.2
- old
+ new
@@ -7,17 +7,17 @@
------------
Start with adding these gems to your Gemfile:
```ruby
-gem 'admin-panel', '~> 0.1.0'
+gem 'admin-panel', '~> 0.1.1'
gem 'devise', '~> 3.2'
gem 'simple_form', '3.1.0.rc1'
gem 'bootstrap-sass', '~> 3.1'
```
-Then do @bundle install@ and run the installer:
+Then do `bundle install` and run the installer:
```bash
$ rails generate admin_panel:install
```
@@ -31,10 +31,10 @@
```
Running tests
-------------
-Tests can be run using @rake spec@. They are written using rspec and [ammeter](https://github.com/alexrothenberg/ammeter)
+Tests can be run using `rake spec`. They are written using rspec and [ammeter](https://github.com/alexrothenberg/ammeter).
Thanks
------
This gem was based mostly on two different pieces of software: [bootstrap-generators](https://github.com/decioferreira/bootstrap-generators) and [rails-admin-scaffold](https://github.com/dhampik/rails-admin-scaffold)