From 80aa4d345d5cf92032ffa254f10f2eacb56b9b4e Mon Sep 17 00:00:00 2001 From: Kazephil Date: Sun, 17 Jul 2022 23:15:33 +0900 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 5143d98..0356725 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains scripts intended to facilitate various repetitive or tedious tasks involving CAT tools or related translation tasks. They mostly cover the handling of files used or generated by such tools. -The majority of tools presented here draw on quick-and-dirty scripts I hacked together some time ago to address an immediate need. They have been rewritten from scratch to removed copy-and-pasted duplicate code and hardcoded information that should either be in a configuration file or obtained from the user. As such they are as much of a personal learning experiment as they are tools providing a useful, if limited, function. +The majority of tools presented here draw on quick-and-dirty scripts I hacked together some time ago to address an immediate need. They have been rewritten from scratch to remove copy-and-pasted duplicate code and hardcoded information that should either be in a configuration file or obtained from the user. As such they are as much of a personal learning experiment as they are tools providing a useful, if limited, function. Descriptions of the individual scripts can, for the time being, be found in the README in their subfolder.