From 5f25d083419d5565b4e4be31f99270c59958b8e6 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:13:48 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 233b855..de00569 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Run this app in docker using the [docker-compose.yaml](./deployments/docker-comp ```bash docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d ``` -Also we have a seprate docker file for up and running [infrastructure](./deployments/docker-compose/infrastracture.yaml) independently. +Also we have a seprate docker file for up and running [infrastracture.yaml](./deployments/docker-compose/infrastracture.yaml) independently. ```bash docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d