diff --git a/README.md b/README.md
index 9c3f0fbfe3..ccb0b1594c 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,23 @@ For more information please go to the [Accurest Wiki](https://github.com/Codeart
-Accurest Runner
+Accurest Stub Runner
---
+Run contracts from current directory:
+
mvn io.codearte.accurest:accurest-maven-plugin:run
or shortly *
mvn accurest:run
+Running stubs from repository:
+
+ mvn accurest:run -Dstubs="org.springframework:gs-rest-service"
+
+where `org.springframework:gs-rest-service` is artifact with 'stubs` classifier contains wiremock mappings.
+
---
* Additional configuration inside `~/.m2/settings.xml` is required.