Skip to content

Commit

Permalink
markdown testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalio committed Jul 26, 2011
1 parent f2fe2ad commit f49faec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Expand Up @@ -21,12 +21,12 @@ edit_p = function(req,res){
// posting to a page
}

routes =
get:
'/': [home]
'/edit': [requireLogin,edit]
post:
'/edit' : [edit_p]
routes =
get:
'/': [home]
'/edit': [requireLogin,edit]
post:
'/edit' : [edit_p]
</pre>

and then use them in it in the following way
Expand Down

0 comments on commit f49faec

Please sign in to comment.