Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to underscore for consistency.
  • Loading branch information
jc00ke committed Jun 1, 2012
1 parent bd9c100 commit 786c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ devise_for :admins
Consider renaming your RailsAdmin namespace:

```ruby
mount RailsAdmin::Engine => '/rails-admin', :as => 'rails_admin'
mount RailsAdmin::Engine => '/rails_admin', :as => 'rails_admin'
devise_for :admins
```

Expand Down

0 comments on commit 786c5da

Please sign in to comment.