From 80bf77dc77be8f2342d21dac426d103997e44c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= Date: Sun, 26 Jan 2025 13:06:19 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7315ba0..d4d84ee 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Note: Common user directories like `Documents`, `Downloads`, `Pictures`, `Videos ``` ## Database -The database contains an `interaction` table with the following data. +The database contains an `interactions` table with the following data. | **Name** | **Column** | **Description** | |------------|------------|----------------------------------------------------------| | **Id** | `id` | Identifies a specific interaction |