From ed4c3c6fcdc37dfeb621c34368315da0fa791603 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Sat, 22 Aug 2020 18:02:19 +0530 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49a9c3b..394ecf6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ 1. Clone repository 2. Create a docker network `docker network create von_von` (If not already created) 3. Run `docker-compose up`, it will serve: - * agent1.localhost - * agent1.swagger.localhost (OPEN API) - * agent2.localhost - * agent2.swagger.localhost (OPEN API) + * agent1.localhost (Agent1 service endpoint) + * agent1.swagger.localhost (Administration API(s) with swagger UI) + * agent2.localhost (Agent2 service endpoint) + * agent2.swagger.localhost (Administration API(s) with swagger UI) * agent1.webhook (For capturing webhook events) * agent2.webhook (For capturing webhook events)