README.md in repres-bootstrap-1.10.2 vs README.md in repres-bootstrap-1.11
- old
+ new
@@ -27,12 +27,12 @@
## Include the Helper in your Application Controller before Render the Style or Script with the helper methods
```ruby
-include Repres::Bootstrap::ApplicationHelper
-include Repres::Bootstrap::FormHelper
+helper Repres::Bootstrap::ApplicationHelper
+helper Repres::Bootstrap::FormHelper
```
## Render the Pre-defined Partials
@@ -272,10 +272,10 @@
```
This will insert the following routings into the config/routes.rb file:
```ruby
namespace :administration do
- namespace :v3 do
+ namespace :v4 do
resources :dashboards, only: :show
end
end
```