From 3e4722dffbcf5d277836510b6ba8b9bfbc0bb6a0 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:19:53 +0100 Subject: [PATCH] Update README.md Updated instructions. --- subjects/boolean/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/boolean/README.md b/subjects/boolean/README.md index 997b51e2..8a97b607 100644 --- a/subjects/boolean/README.md +++ b/subjects/boolean/README.md @@ -4,9 +4,9 @@ Create a new directory called `boolean`. -- The code below has to be copied in a file called `main.go` inside the `boolean` directory. +- The code below must be copied into a file called `main.go` inside of the `boolean` directory. -- The necessary changes have to be applied so that the program works. +- The necessary changes must be applied for the program to work. ### Code to be copied