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.