Skip to content

Commit

Permalink
Sync readme with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Feb 3, 2023
1 parent bf2666e commit 1210578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ impl App for MyApp {
fn routes(&self) -> Vec<Route> {
vec! [
Route::new("/", IndexView),
Route::new("/hello", HelloView)
Route::new("/hello", HelloView),
Route::new("/greeting/:name", GreetingView),
]
}
}
Expand Down

0 comments on commit 1210578

Please sign in to comment.