From 557e0167517a73f1ea8f0514281ee048dc3aef31 Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 5 May 2024 00:56:03 -0500 Subject: [PATCH] fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6513fd5..6efd292 100644 --- a/README.md +++ b/README.md @@ -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.