From 9823121da0623906293acc790c7e8453a3cdfe52 Mon Sep 17 00:00:00 2001 From: Kristian Skov Date: Sun, 29 Dec 2024 19:12:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9492f55..ac547c9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Where: This project is also available as a dotnet tool on the [NuGet Package Manager](https://www.nuget.org/packages/SudokuSolver). -Then you can install it by writing �dotnet tool install SudokuSolver� and use it as follows: +Then you can install it by writing `dotnet tool install SudokuSolver` and use it as follows: `sudokusolver --board {BOARD} --solver {SOLVER} --solution {SOLUTIONFILE}`