README: reword a few things - 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 dfff5085243cc54cea1edbb5f1d604c9676e8a38
 (DIR) parent c8aed5b7783cae9c06f50dfcb5ab0af851edf54a
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 17 Dec 2023 21:26:15 +0100
       
       README: reword a few things
       
       Diffstat:
         M README                              |      13 +++++++++----
       
       1 file changed, 9 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -3,12 +3,17 @@ chess puzzle book generator
        
        This was a christmas hack for fun and non-profit.
        
       +Example output:
       +        https://codemadness.org/downloads/puzzles/
       +
        
        The generate.sh script generates puzzles.
        The puzzles used are from the lichess.org puzzle database.
        This database is a big CSV file.
        
       -The generate index page is a HTML page, it lists the puzzles.
       +        https://database.lichess.org/#puzzles
       +
       +The generated index page is a HTML page, it lists the puzzles.
        Each puzzle is an SVG image.
        
        
       @@ -27,11 +32,11 @@ Files
        References
        ----------
        
       -* SVG of the pieces:
       -  https://github.com/lichess-org/lila/tree/master/public/piece/cburnett
       -
        * lichess FEN puzzle database
          https://database.lichess.org/#puzzles
        
        * lichess.org
          https://lichess.org/
       +
       +* SVG of the pieces used for fen_to_svg.c:
       +  https://github.com/lichess-org/lila/tree/master/public/piece/cburnett