From 927461f6e04e8d851a0a7058932b0f255f54c0fd Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Wed, 22 Feb 2023 02:58:29 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51eb3fe..9f365ef 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ object EmbeddedFilesIndex { ## Transforming text -It is possible to configure a basic transformation for text files using. +It is possible to configure a basic `String => String` transformation for text files. ```scala @@ -192,7 +192,7 @@ project ) ``` -For each text file, the `.transform` function of the first of the `TransformConfig`-s to match the path (`.when` returns `true`) +For each text file, the `.transform` function of the first of the `TransformConfig`-s that matches the path (`.when` returns `true`) will be applied to the contents of the file. If none of the configuration matches - the file contents will be used as is.