Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
add some info for README file
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirpekel committed Jun 3, 2011
1 parent a84627e commit e930fca
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

``` coffeescript
###
(
( )
)_) __(
Expand All @@ -13,4 +14,15 @@
`-.._____..-'
the coffee creamer!

###

mate = require 'coffeemate'

mate.get '/hi/:dude', ->
@resp.end 'Hi ' + @req.params.dude

mate.listen 3000

# please stay tuned. <http://twitter.com/kadirpekel>

```

0 comments on commit e930fca

Please sign in to comment.