docs/documentation.md in activeadmin-1.3.1 vs docs/documentation.md in activeadmin-1.4.0

- old
+ new

@@ -11,10 +11,10 @@ Active Admin is released as a Ruby Gem. The gem is to be installed within a Ruby on Rails application. To install, simply add the following to your Gemfile: ```ruby # Gemfile -gem 'activeadmin', github: 'activeadmin' +gem 'activeadmin' ``` After updating your bundle, run the installer ```bash