From fcfd1111c6884238b9e94e1ed446abe71abdf12d Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Fri, 24 Jul 2020 12:22:01 +0200 Subject: [PATCH] Update README.tpl.md Co-authored-by: Andreas Fuchs --- README.tpl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.tpl.md b/README.tpl.md index c2fd812..913b594 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -305,5 +305,5 @@ let in sources.my-package + "/dir" ``` -where `sources.my-package` is the root directory, and `+ "/dir"` appends the +in this example, `sources.my-package` becomes `my-package`'s root directory, and `+ "/dir"` appends the subdirectory.