diff --git a/README.md b/README.md index 3e9fdbb..3934846 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PHP class for conversion of Chess PGN files to PHP array or JSON. This is the chess parser used in DHTML Chess at dhtml-chess.com -####License: GPL +####License: LGPL (Lesser General Public License). Example of use: @@ -248,4 +248,4 @@ This will give you data in this format: ] } ] -``` \ No newline at end of file +```