From e2fdc78b422718260a2b3c098855c5562425dd1d Mon Sep 17 00:00:00 2001 From: xonix Date: Tue, 14 Feb 2023 19:59:03 +0200 Subject: [PATCH] Parameterized goals #115 README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f2a29..899bea0 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ Downloading file2... Processing file2... ``` -You can take a look at an example from a real project here TODO. +You can also take a look at an [example from a real project](https://github.com/xonixx/intellij-awk/blob/68bd7c5eaa5fefbd7eaa9f5f5a4b77b69dcd8779/Makesurefile#L126). For more technical consideration regarding this feature see [parameterized_goals.md](docs/parameterized_goals.md).