Skip to content

Commit

Permalink
another typo in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Parker committed Jul 10, 2010
1 parent 066bc53 commit 9efce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -89,7 +89,7 @@ Inside the function body, you can use the following methods (don't worry, this l
body :: String -> BirdRouter () body :: String -> BirdRouter ()
-- takes a string and sets the Http Response body to whatever the string contained. -- takes a string and sets the Http Response body to whatever the string contained.


status :: Integer -> BirdRouter status :: Integer -> BirdRouter ()
-- takes a number, and sets the HTTP Reponse header "Status" to that number. -- takes a number, and sets the HTTP Reponse header "Status" to that number.


## Notes ## Notes
Expand Down

0 comments on commit 9efce42

Please sign in to comment.