Skip to content

Commit

Permalink
Updating readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed Apr 21, 2014
1 parent abe3559 commit 695d19e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ lowercase-dashed/hyphenated-routing-for-asp-net-mvc/like-this

Requires .NET 4.0 or .NET 4.5.

<h3>What's new in 1.1 ?</h3>
New: Support for 'namespace' constrains are added.
New: Added support for Areas.
<h3>What is new in 1.1 ?</h3>
New: Support for 'namespace' constrains are added.<br />
New: Added support for Areas.<br />

<h3>Example</h3>
<strong>If you use:</strong>
Expand Down Expand Up @@ -45,13 +45,14 @@ var route = new LowercaseDashedRoute("AreaName/{controller}/{action}/{id}",
id = UrlParameter.Optional
}),
new DashedRouteHandler(),
**<u>this</u>**
this
);
context.Routes.Add("AreaName_default", route);
```

Developers: <br/>
[Ata Sasmaz](http://www.ata.io/?utm_source=github&utm_medium=link&utm_content=bottom+link&utm_campaign=lowercase-dashed-route)
<br/>
[Salar Khalilzadeh](http://salarcode.com/?utm_source=github&utm_medium=link&utm_content=bottom+link&utm_campaign=lowercase-dashed-route)

[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/68aaf0cf0d381566c247ed5749e15135 "githalytics.com")](http://githalytics.com/AtaS/lowercase-dashed-route)

0 comments on commit 695d19e

Please sign in to comment.