Merge pull request #4 from erjanmx/fix-readme-typo

Fix readme typo
This commit is contained in:
Meysam Hadeli 2022-05-15 02:21:50 +04:30 committed by GitHub
commit d57e18c0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.