Skip to content

Commit

Permalink
s/BirdRouter/BirdResponder
Browse files Browse the repository at this point in the history
  • Loading branch information
moonmaster9000 committed Aug 1, 2010
1 parent a6c9d2e commit e89acb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -94,7 +94,7 @@ Inside the function body, you can use the following methods (don't worry, this l
-- ex: for the request GET /droids?name=c3po,
-- then `p <- param "name"' would bind the value `Just "c3po"' to the variable "p"

body :: String -> BirdRouter ()
body :: String -> BirdResponder ()
-- takes a string and sets the Http Response body to whatever the string contained.

status :: Integer -> BirdResponder ()
Expand Down

0 comments on commit e89acb6

Please sign in to comment.