Skip to content

Commit

Permalink
Fixed a punctuation error in README.textfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Asher435 committed Dec 25, 2012
1 parent 316e409 commit ff0df3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -38,7 +38,7 @@ h3. Routing

MVC.Utilities contains a set of helper classes designed to tackle some specific routing challenges in ASP.NET MVC, particularly where search engine optimization is concerned.

h4. Lower-case Routes
h4. Lowercase Routes

Courtesy of "Nick Bernardi":http://coderjournal.com/2008/03/force-mvc-route-url-lowercase/, we have the @LowerCaseRoute@ class in MVC.Utilities.

Expand Down Expand Up @@ -83,4 +83,4 @@ If you want to install MVC.Utilities via NuGet, simply type this command into th

If you want access to the Azure-specific helpers in MVC.Utilities, install this package also:

<pre>Install-Package mvc-utilities-azure</pre>
<pre>Install-Package mvc-utilities-azure</pre>

0 comments on commit ff0df3c

Please sign in to comment.