From 6ad34a22114ebe8d18ac5e50c15143e79040931f Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Thu, 26 Feb 2026 19:52:46 +0100 Subject: [PATCH] update readme for template location Signed-off-by: Steven Borrelli --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a64a79f..2746c62 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A TypeScript SDK for building [Crossplane Composition Functions](https://docs.crossplane.io/latest/composition/compositions/). This SDK provides type-safe interfaces and utilities for creating functions that generate and manage Crossplane resources. +A template function built on this SDK is available at . + ## Overview This SDK can be used as the base of a Crossplane Composition function.