From 2e17a9247dba0933ff4113b6be938c592f10ae0c Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:05:20 +0100 Subject: [PATCH] Update README.md updated instructions for better readability. --- subjects/sudoku/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/sudoku/README.md b/subjects/sudoku/README.md index 197c7330..4f582efb 100644 --- a/subjects/sudoku/README.md +++ b/subjects/sudoku/README.md @@ -10,7 +10,7 @@ #### Example 1: -Example of output for one valid sudoku : +Example of output for a valid sudoku : ```console $ go run . ".96.4...1" "1...6...4" "5.481.39." "..795..43" ".3..8...." "4.5.23.18" ".1.63..59" ".59.7.83." "..359...7" | cat -e @@ -28,7 +28,7 @@ $ #### Example 2: -Examples of output for invalid input or sudokus : +Examples of expected outputs for invalid inputs or sudokus : ```console $ go run . 1 2 3 4 | cat -e