From 528f25987fb52e9f506aeb43572d028397622ac9 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 24 Sep 2012 05:28:06 -0400 Subject: [PATCH] INTSAMPLES-90 readme --- basic/mongodb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/mongodb/README.md b/basic/mongodb/README.md index 6a9469b0..1de93eaf 100644 --- a/basic/mongodb/README.md +++ b/basic/mongodb/README.md @@ -3,9 +3,9 @@ MongoDb Outbound Channel Adapter allows you to write the Message payload to a Mo You can see the simplest configuration of the MongoDb Channel Adapter below: -[xml] +```` -[/xml] +```` It will be initialized with the default instance of the MongoDbFactory (the default bean name is 'mongoDbFactory') otherwise you can provide its reference via mongodb-factory attribute.