From 9838b7a665fc9f9aa15dfd7e8a6aa16d935250b2 Mon Sep 17 00:00:00 2001
From: cadiou <didier.cadiou@unicaen.fr>
Date: Mon, 17 Oct 2022 10:12:50 +0200
Subject: [PATCH] minor README correction

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e74a20..6941e31 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ To explore results, a SQLite client should be used. Many open source software ex
 * https://dbeaver.io/ a universal full featured client, able to connect to SQLite dabatase, but also to other types of databases such as mariadb, Oracle, and many others.
 
 
-#### Queries examples
+#### Queries examples
 
 Below, some examples of what could be done with this database.
 
-- 
GitLab