README.adoc in navigator-6.0.2 vs README.adoc in navigator-6.0.3

- old
+ new

@@ -9,11 +9,14 @@ [link=https://www.alchemists.io/projects/code_quality] image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide] [link=https://circleci.com/gh/bkuhlmann/navigator] image::https://circleci.com/gh/bkuhlmann/navigator.svg?style=svg[Circle CI Status] -Enhances Rails with a DSL for menu navigation. +Navigator is a Rails Engine that provides a domain specific language for menu navigation. Great for +situations in which you need dynamic, server-side, rendering of site navigation menus complete with +active page highlighting. You can also style your navigation menus with plain CSS or any CSS +framework of your choice. toc::[] == Features @@ -347,10 +350,10 @@ <a href="/home" class="active">Home</a> <a href="/about" class="active">About</a> </nav> ---- -This is the default behavior for all navigation menus and is how menu items automaticaly get the +This is the default behavior for all navigation menus and is how menu items automatically get the "`active`" class when the item URL (in this case "`/home`") matches the `+request.env[“PATH_INFO"]+` to indicate current page/active tab. `+Navigator::TagActivator+` instances can be configured as follows: