Skip to content

Commit a283381

Browse files
authored
Update README.md
1 parent f38782c commit a283381

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This plugin allows you to register resources/pages with nested namespaces in ActiveAdmin.
44

5+
Here is the example project: https://github.com/siutin/activeadmin-nested-namespaces
6+
57
## Installation
68

79
Add this line to your application's Gemfile:
@@ -25,7 +27,6 @@ if defined?(ActiveAdmin::NestedNamespace)
2527
end
2628
```
2729

28-
2930
# Get Started
3031

3132
Register resources to 2 different namespaces:
@@ -137,4 +138,4 @@ And in your routes.rb:
137138

138139
## License
139140

140-
[MIT](https://opensource.org/licenses/MIT)
141+
[MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)