From d0118d989938d1660d797cf9aa45eb729aed1725 Mon Sep 17 00:00:00 2001 From: jihanurrahman33 Date: Tue, 2 Sep 2025 02:40:08 +0600 Subject: [PATCH] docs(readme): fix infra path typo and license spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67d3730b7..6da5f54d7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To run these tests locally, you need to have the `docker` cli with `docker-compo The needed configuration for starting the services are in the `infra` directory. -To start the services change working directory to `infa/` and run the following command: +To start the services change working directory to `infra/` and run the following command: ```bash docker compose up -d @@ -57,7 +57,7 @@ docker compose down ## License -This repo is licenced under MIT. +This repo is licensed under MIT. ## Resources