From eeae85728415f471ed8fe9ef2e1a7780c9d34760 Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Sun, 17 Mar 2024 04:09:21 +0400 Subject: [PATCH] Corrected typo in README documentation A minor typo in the README.md file has been fixed to improve readability. The slight punctuation error within the "Batch processing" section was corrected where a comma was missing after stating the use of the flag to ignore filename pattern. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 850ec978..e377501c 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ It's random ideas and plans. No orderings and deadlines. But batch processing **Batch processing** * If option `--csv` is not specified, then the STDIN is used. To build a pipeline in Unix-like systems. * Discovering CSV files by `filename_pattern` in the schema file. In case you have a lot of schemas and a lot of CSV files and want to automate the process as one command. -* Flag to ignore file name pattern. It's useful when you have a lot of files and you don't want to validate the file name. +* Flag to ignore file name pattern. It's useful when you have a lot of files, and you don't want to validate the file name. **Validation** * More aggregate rules.