Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 14, 2011
1 parent 0ee0f08 commit e8b1dc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,8 +57,8 @@ All the methods above will return a new response object with the new values. In

Frankie allows you to easily build simple web applications. Here is an example:

object MyApp
proto Frankie::App
module MyApp
mixin Frankie::App

get "/version", def
"1.2.3"
Expand All @@ -75,7 +75,7 @@ Frankie allows you to easily build simple web applications. Here is an example:
end
end

MyApp.run 'mochiweb
Frankie.run 'mochiweb, MyApp

Ready to run examples are available at `examples/mochiweb/frankie.exs`.

Expand Down

0 comments on commit e8b1dc7

Please sign in to comment.