Skip to content

Commit 9ef996f

Browse files
committed
Adjust documentation
1 parent 2b7e157 commit 9ef996f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mvn package
2222
# Run console game
2323

2424
```shell script
25-
java -jar target/sudoku.jar
25+
java -Dfile.encoding=UTF-8 -jar target/sudoku.jar
2626
```
2727

2828
Game looks like:
@@ -59,4 +59,4 @@ Type in 'SOLVE' to solve the puzzle
5959
Column: _
6060
Line: _
6161
Value: _
62-
```
62+
```

0 commit comments

Comments
 (0)