docs/documentation.md in activeadmin-1.0.0.pre5 vs docs/documentation.md in activeadmin-1.0.0

- old
+ new

@@ -12,11 +12,11 @@ little effort. ### Getting Started Active Admin is released as a Ruby Gem. The gem is to be installed within a Ruby on Rails 4 application. To - install, simply add the following to your Gemfile:</p> + install, simply add the following to your Gemfile: ```ruby # Gemfile gem 'activeadmin', github: 'activeadmin' ``` @@ -48,10 +48,10 @@ ```bash $> rails generate active_admin:resource [MyModelName] ``` -This creates a file at <tt>app/admin/my_model_names.rb</tt> for configuring the resource. Refresh your web browser to see the interface.</p> +This creates a file at <tt>app/admin/my_model_names.rb</tt> for configuring the resource. Refresh your web browser to see the interface. ### Next Steps Now that you have a working Active Admin installation, learn how to customize it: