diff --git a/rest/README.md b/rest/README.md
index ffc9a1b89b97545229ffabe0f69f09c7e7b39fe2..3a1186c2a5b2550336666a2e97108ccdfad74c37 100644
--- a/rest/README.md
+++ b/rest/README.md
@@ -114,7 +114,7 @@ The default settings for the rest binding are as follows:
 
 - `url.prefix` 
   - The base endpoint URL where the webservice is running. URLs from trace files (DELETE, GET, POST, PUT) will be prefixed with this value before making an HTTP request. A common usage value would be http://127.0.0.1:8080/{yourService}
-  - Default value is `http://127.0.0.1:80/`.
+  - Default value is `http://127.0.0.1:8080/`.
   
 - `url.trace.read` 
   - The path to a trace file that holds the URLs to be invoked for HTTP GET method. URLs must be seperated by a newline.