From 9ec3bb32c63a526d8a69e22c33bdb2c15939bdb4 Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Fri, 21 Feb 2025 22:19:44 +0100 Subject: [PATCH] docs(readme): clarify thesaurus format to require at least two columns --- README.fr.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.fr.md b/README.fr.md index 898b963..a411941 100644 --- a/README.fr.md +++ b/README.fr.md @@ -16,7 +16,7 @@ Le plugin cherche le mot ou la suite de mots dans l'entête (propriétés), dans ## 📚 Format du Thésaurus -Le thésaurus doit être un tableau avec deux colonnes : une pour les termes et une pour les synonymes. La première ligne doit contenir les en-têtes de colonnes. +Le thésaurus doit être un tableau avec au moins deux colonnes : une pour les termes et une pour les synonymes. La première ligne doit contenir les en-têtes de colonnes. > [!TIP] > Le thésaurus peut être un fichier CSV comme ceci : diff --git a/README.md b/README.md index 91386f1..5761bb8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The plugin searches for the word or series of words in the header (properties), ## 📚 Thesaurus Format -The thesaurus must be a table with two columns: one for the terms and one for the synonyms. The first row must contain the column headers. +The thesaurus must be a table with at last two columns: one for the terms and one for the synonyms. The first row must contain the column headers. > [!TIP] > The thesaurus can be a CSV file like this: