update README - chess-puzzles - chess puzzle book generator
 (HTM) git clone git://git.codemadness.org/chess-puzzles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7ec50aca8a290c15c92a71fde6dc99977330ea10
 (DIR) parent 1a4ecae770df28922372ddc0a2e60cc173237a68
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 21 Dec 2023 00:48:01 +0100
       
       update README
       
       Diffstat:
         M README                              |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -7,7 +7,7 @@ Example output:
                https://codemadness.org/downloads/puzzles/
        
        
       -The generate.sh script generates puzzles.
       +The generate.sh script generates the puzzles.
        The puzzles used are from the lichess.org puzzle database.
        This database is a big CSV file.
        
       @@ -28,9 +28,9 @@ Files
          - ascii: ASCII text representation of the board.
          - fen:   FEN of the board state after playing the moves.
          - svg:   SVG image of the board.
       -  - tty:   text representation of the board suitable for a terminal. The
       +  - tty:   Text representation of the board suitable for a terminal. The
                   terminal requires UTF-8 support for chess symbols and it uses
       -           truecolor for the board theme.
       +           true-color for the board color theme.
        
        
        References
       @@ -42,5 +42,5 @@ References
        * lichess.org
          https://lichess.org/
        
       -* SVG of the pieces used for fen_to_svg.c:
       +* SVG of the pieces used for fen.c:
          https://github.com/lichess-org/lila/tree/master/public/piece/cburnett