summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-29 16:50:16 +0100
committeremkael <emkael@tlen.pl>2016-11-29 16:50:16 +0100
commita62c561d1e05e02d1698d55bb19b8d1bd688875e (patch)
tree613a281fa73ab6f4872a74725f0012147cbbca8d /README.md
parent4a34604fe2631051950ea32e1a53a0187c39d73d (diff)
* elo.db no longer in repo
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 5d1a510..180e404 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ The first time you run the application against a fresh database, you have to ini
At any time, you can do a hard reset on the existing database, by running init with `--force` parameter. This truncates all the data, including race results data from the database, and recreates the structure.
-Results data are provided in elo.db pre-filled SQLite database or in sql/results.sql, in plain SQL format.
+Results data are provided in sql/results.sql, in plain SQL format.
Elo parameters
--------------