From a5a9d15de0d79ccf6829968947e12716d4b6fea5 Mon Sep 17 00:00:00 2001 From: Jan Dittrich Date: Wed, 15 Nov 2023 09:24:45 +0100 Subject: [PATCH] Update README.md Co-authored-by: ezgidemirel Signed-off-by: Jan Dittrich --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce0cac..1f23c83 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ about `crossplane beta render`. | Name | Description | | ------------------------------------------------- | --------------------------------------- | -| [`randomChoice``](example/functions/randomChoice) | Randomly selects one of a given strings | +| [`randomChoice`](example/functions/randomChoice) | Randomly selects one of a given strings | | [`toYaml`](example/functions/toYaml) | Marshals any object into a YAML string | | [`fromYaml`](example/functions/fromYaml) | Unmarshals a YAML string into an object |