diff --git a/README.md b/README.md
index 0118168fbb1014853a898fb34c6a2f3370e1264b..6028a15023d6ffb6073c748679695de38ccf02de 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,11 @@ This repository holds the test automation framework based on Java and used for t
 
 ### Running
 
-- Run the tests on a remote env: ```gradle regressionSuite -PbaseUrl={BASE_URL} -Dcucumber.tags="@tsa, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1 -DmongoUrl={MONGO_PATH}```
+- Run the tests on a remote env: ```gradle regressionSuite -PbaseUrl={BASE_URL} -Dcucumber.tags="@tsa, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1```
 
 _{BASE_URL} - should be replaced with the path where the services are deployed:  
 example: http://localhost_
 
-_{MONGO_PATH}_ - should be replaced with the address of the MongoDB instance:  
-example: mongodb://user:pass@localhost:27017
 # Manual execution
 To simplify manual tests execution we have a postman collection with the list of supported endpoints, you can find [here](postman/TSA.postman_collection.json)