Skip to content

Commit

Permalink
Update EXAMPLES.md
Browse files Browse the repository at this point in the history
Adding missing "'s to examples
  • Loading branch information
nesrual committed Sep 6, 2014
1 parent d0d139f commit 70819a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ First `foo.ru`
require 'sinatra/base'

class Foo < Sinatra::Base
post "/event do
post "/event" do
logger.info "Foo saw the event"
end
end
Expand All @@ -165,7 +165,7 @@ Then `bar.ru`
require 'sinatra/base'

class Bar < Sinatra::Base
post "/event do
post "/event" do
logger.info "Bar saw the event"
end
end
Expand Down

0 comments on commit 70819a6

Please sign in to comment.