README.md in homura-0.0.1 vs README.md in homura-0.1.0
- old
+ new
@@ -40,9 +40,17 @@
include Homura::SetLocale
Your app will set locale via params/cookies/http-accept-language before any
requests.
+### Mobile Detection
+
+In application controller:
+
+ include Homura::MobileDetection
+
+Then put your mobile views in `app/mobile_views`.
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)