aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7c1f12..2de279d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec).
# Features
- Basic PGN parsing (tags, move, comments, variations, NAG, etc.)
- Merged PGN files parsing (several games in one file)
-- Handle very large file (max is 2^(sizeof(unsigned long long)) bytes)
+- Handle very large file (max is 2^(sizeof(unsigned long long)*8) bytes)
- Efficiency
# How to use it ?