fix small typo

This commit is contained in:
filifa 2024-05-05 00:56:03 -05:00
parent 0664890751
commit 557e016751
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
from [the Lahman database/Baseball Databank](https://seanlahman.com).
A makefile and SQL scripts are provided that can create a database from
Lahman's CSV files. Ideally, this means that as long as new releases continue,
Lahman's CSV files. Ideally, this means that as long as new releases continue
(and the structure of the releases is maintained), an up-to-date database can
be created. I have also done my best to normalize the data, incorporate
constraints, and correct errors I've found.