diff --git a/README.md b/README.md
index 9c49f85..5bf0489 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
A replica set in MongoDB is a group of mongod processes that maintain the same data set. Replica sets provide redundancy and high availability, and are the basis for all production deployments.
+
##Replication in MongoDB
A replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node.
-
More here:
https://docs.mongodb.com/manual/replication/
@@ -20,7 +20,6 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica*
### Default Configuration
-
- Mongo Port: 27017
- Mongo Root Username: swarmlab
@@ -32,6 +31,7 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica*
- Mongo ReplicaSet: rs0
+
### Test it!