Skip to content

Commit b9adc37

Browse files
author
Pablo Brasero Moreno
committed
Updated README
1 parent 3264120 commit b9adc37

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
A simple application written in Ruby, using the Sinatra framework. Hopefully it should be easy to read even to those who don't know Ruby.
44

5-
To run it, just do:
5+
To run it, do:
66

7-
rackup
7+
rackup -I.
88

99
And the application should be accessible at `http://localhost:9292`.
1010

1111
If you want to know more, have a look at our [blog post covering HTML5 file uploads](http://blog.new-bamboo.co.uk/2010/7/30/html5-powered-ajax-file-uploads)
12-
13-
# Rack::RawUpload
14-
15-
This example includes and uses a piece of middleware called [Rack::RawUpload](http://github.com/newbamboo/rack-raw-upload), also by us. It makes handling this kind of uploads much easier.

0 commit comments

Comments
 (0)