README.md in torino-0.1.6 vs README.md in torino-0.1.7
- old
+ new
@@ -26,9 +26,31 @@
```css
*= require torino
```
+### Examples
+
+Menu
+
+```slim
+- return unless signed_in?
+
+.menu
+ .container
+ ul
+ li : a href=dashboard_url Dashboard
+ li : a href=user_url(current_user) Profile
+ ul.pull-right
+ li = current_user.twin.name
+ li
+ a [
+ href=sessions_url
+ data-method='DELETE'
+ data-no-turbolink='true'
+ ] Exit
+```
+
## Development
After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests. You can also run `bin/console`
for an interactive prompt that will allow you to experiment.