From 4a7ad0f8fd7cbdd3fd5449719ab8a0d604a27502 Mon Sep 17 00:00:00 2001 From: IanMcbull Date: Thu, 26 May 2022 17:00:05 +0300 Subject: [PATCH] There was a grammatical mistake in the readme file that I corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff864e..ed4ad65 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Using your preferred editor, simply create a file to write your solution in. #### 3. Testing your solution -Use the workshop's `run` command to point the workshop at your solution file. Your solution will loaded +Use the workshop's `run` command to point the workshop at your solution file. Your solution will be loaded and passed the problem input. This usually won't perform any validation, it will only show the program output. ```