README.md in activeadmin_custom_layout-0.1.0 vs README.md in activeadmin_custom_layout-0.1.1
- old
+ new
@@ -1,10 +1,14 @@
# ActiveadminCustomLayout
-Short description and motivation.
+[![Gem Version](https://badge.fury.io/rb/activeadmin_custom_layout.svg)](https://badge.fury.io/rb/activeadmin_custom_layout)
+This gem allows to change the default layout of ActiveAdmin without monkey patching its code. You can just use standard application layout templates to organize where ActiveAdmin layout sections should be rendered.
+
## Usage
### Available exports
+
+The following layout template will render the default ActiveAdmin layout:
```HTML
<!DOCTYPE html>
<html>
<head>