From 2c2c87ccedb47c612fcd3fc17c4d3d3b39356a7c Mon Sep 17 00:00:00 2001 From: Roland Hochmuth Date: Fri, 9 May 2014 16:36:14 -0600 Subject: [PATCH] Modified README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb18cdfc3..44463bcbd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ There are several forms of documentation for the Monitoring API. * API Specification: [/docs/mon-api-spec.md](/docs/mon-api-spec.md). This is the RESTful API specification. -* swagger-ui: When running mon-api the API docs along with the API test interface can be accessed at, [http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/). Note: the trailing "/" is necessary for the Swagger UI to work properly. +* swagger-ui: When running mon-api the API docs along with the API test interface can be accessed at, [http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/). Note: the trailing "/" is necessary for the Swagger UI to work properly. Currently, this is the best way to review the specification. # License