From d42d2fe6f8516caf6c11dbbb5cee290f5ca82111 Mon Sep 17 00:00:00 2001 From: Tomi Saarinen Date: Wed, 12 Oct 2011 09:26:48 +0300 Subject: [PATCH 1/3] docs --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 600160f..3138754 100644 --- a/README.markdown +++ b/README.markdown @@ -221,7 +221,7 @@ knp_gaufrette: ## GridFS (gridfs) -Allows you to use a gridfs as an adapter. +Adapter that allows you to use a MongoDB GridFS for storing files. ### Parameters @@ -262,7 +262,7 @@ services: ## MogileFS (mogilefs) -Allows you to use a mogilefs as an adapter. +Adapter that allows you to use MogileFS for storing files. ### Parameters From 46ac56e5c8f582214953ccc41d4e30c861658696 Mon Sep 17 00:00:00 2001 From: Tomi Saarinen Date: Wed, 12 Oct 2011 09:40:44 +0300 Subject: [PATCH 2/3] docs --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 3138754..4e49abd 100644 --- a/README.markdown +++ b/README.markdown @@ -260,6 +260,8 @@ services: arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%] ``` +Please note it is possible to prepare MongoGridFS service anyway you like. This is just one way to do it. + ## MogileFS (mogilefs) Adapter that allows you to use MogileFS for storing files. From a568af692f2f031f96c9a14a5a54966f0a2887aa Mon Sep 17 00:00:00 2001 From: TomiS Date: Wed, 12 Oct 2011 09:47:11 +0300 Subject: [PATCH 3/3] docs --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4e49abd..5e7319c 100644 --- a/README.markdown +++ b/README.markdown @@ -260,7 +260,7 @@ services: arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%] ``` -Please note it is possible to prepare MongoGridFS service anyway you like. This is just one way to do it. +Note that it is possible to prepare MongoGridFS service anyway you like. This is just one way to do it. ## MogileFS (mogilefs)