From 8070c376805ae6989e914ceba972edfb4c6bdcc5 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Wed, 10 Mar 2010 10:32:49 -0500 Subject: [PATCH] Updated readme. --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 2cb4ee1..c55f03c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -34,6 +34,8 @@ You must specify MongoDB database details: require 'rack/gridfs' use Rack::GridFS, :hostname => 'localhost', :port => 27017, :database => 'test', :prefix => 'gridfs' + # put a file in gridfs and try visiting /gridfs/objectid + get /.*/ do "Whatchya talking about?" end