From 1ddd0170c6cf7bf19e0c9b96ee06f5614547e532 Mon Sep 17 00:00:00 2001 From: Chris Wood <45291962+cpcwood@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:39:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 961a934..e055223 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ To add custom configuration, such as using the Ruby on Rails runner for ERB comp | ```"engine"``` | ```"erb"``` | Transformer uses the ruby 'ERB' engine by default, to use the [Erubi](https://github.com/jeremyevans/erubi) engine set the value to ```"erubi"```. | | ```"timeout"``` | ```"5000"``` | Set the timeout duration in milliseconds for the compilation of individual files. | +## Contributing + +Feel free to ask questions using [issues](https://github.com/cpcwood/jest-erb-transformer/issues) or contribute if you have any improvements. + ## License MIT