Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeeping committed Mar 1, 2012
1 parent 5738b4b commit 76f78af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -16,9 +16,9 @@ So instead of registering routes like this :
You can just call :

using (OpenRastaConfiguration.Manual)
{
// Register all handler's routes in given assembly(s)
Routing.Register(typeof(FooHandler).Assembly);
{
// Register all handler's routes in given assembly(s), and all model/wire types in given assembly(s)
Routing.Register(typeof(FooHandler).Assembly, typeof(Foo).Assembly);
}

And then tag your handlers :
Expand Down
2 changes: 1 addition & 1 deletion build/Package.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>OpenRasta.Routing</id>
<version>1.0.0.0</version>
<version>1.0.0.1</version>
<authors>Ben Keeping</authors>
<owners>Ben Keeping</owners>
<projectUrl>https://github.com/benjaminkeeping/OpenRasta.Routing</projectUrl>
Expand Down

0 comments on commit 76f78af

Please sign in to comment.