From f6ed6aadfa1a0b416bf19de169668702f7ad9143 Mon Sep 17 00:00:00 2001 From: fidoriel <49869342+fidoriel@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:03:05 +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 ad7ec83..55ff2ec 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A unified, extensible framework for text classification with categorical variabl ```bash # Clone the repository git clone https://github.com/InseeFrLab/torchTextClassifiers.git -cd torchtextClassifiers +cd torchTextClassifiers # Install with uv (recommended) uv sync