Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Feb 22, 2023
1 parent 822472b commit 927461f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 927461f

Please sign in to comment.