From 130b21cdf80b572a4c3d70e289a023a268a7e926 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek <4899432+erjanmx@users.noreply.github.com> Date: Sat, 14 May 2022 22:35:15 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653140c..7b2ade7 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Run this app on docker with this [docker-compose.yaml](./deployments/docker-comp docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d ``` -### Documention Apis +### Documentation Apis For testing apis I used [REST Client](https://github.com/Huachao/vscode-restclient) plugin of VSCode and this file [booking.rest](./booking.rest) is in root of project. Also after running api you have access to swagger open api for all microservices in /swagger route path.