From 193b21b10ef3caf1959a9823a661cd8cbce2ea83 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Tue, 14 May 2024 23:47:22 -0700 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39428c1..e274669 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Once you have cloned the repository and have Docker installed follow the follwin - Run `docker compose build` to build. It will build the images. - Run `docker compose run --rm web bin/setup` to create and setup the database. - Run `docker compose up` to start the application. -Since the local code from your host machine is mounted in the docker container, any change made in the code will be directly reflected. You don't need to rebuild you container. +Since the local code from your host machine is mounted in the docker container, any change made locally will be directly reflected. You don't need to rebuild the container. ## Deployment - Heroku