From 281701570efc6fb5c00f4754e1276424d3bd1deb Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Wed, 11 Feb 2009 14:33:19 -0500 Subject: [PATCH] docs --- README.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index b65e359..3220262 100644 --- a/README.rdoc +++ b/README.rdoc @@ -88,7 +88,8 @@ Here is some simple example code: The GridStore class is a Ruby implementation of Mongo's GridFS file storage system. An instance of GridStore is like an IO object. See the rdocs for -details. +details, and see examples/gridfs.rb for code that uses many of the GridStore +features like metadata, content type, rewind/seek/tell, etc. Note that the GridStore class is not automatically required when you require 'mongo'. You need to require 'mongo/gridfs'.