Skip to content

Commit

Permalink
Merge pull request #3 from mrreynolds/master
Browse files Browse the repository at this point in the history
Fixed wrong rack shell command.
  • Loading branch information
Roman Shterenzon committed Jan 11, 2012
2 parents 555214b + 0eff232 commit e970e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Rack:

You can also run it as a rack server:

rack -s Spdy examples/local.ru
rackup -s Spdy examples/local.ru

or for Rails application:

rack -s Spdy config.ru
rackup -s Spdy config.ru


TODO:
Expand Down

0 comments on commit e970e49

Please sign in to comment.