From fd8b415ab327c798c2d04599d06806ab0e2fef4a Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Mon, 26 Jun 2023 20:56:38 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c979747..dd51cc7 100644 --- a/README.md +++ b/README.md @@ -173,10 +173,10 @@ If you are having problems, try setting the `debug_level` in section `debug` of Your sqlite3 version is probably too old. Check with `sqlite3 --version`. `regina` requires 3.37 or higher. Hotfix: Remove all `STRICT`s from `/site-packages/regina/sql/create_db.sql`. -# Cangelog +# Changelog ## 1.1 (2023-05-17) - Improved database format: - - put referrer, browser and platform in own table to reduze size of the database + - put referrer, browser and platform in own table to reduce size of the database - route groups now part of visualization, not data collection - Data visualization now uses more sql for improved performance - Refactored codebase