Skip to content

Commit 90f23b9

Browse files
committed
docs: add crossplane_function_kcl_utils module to README
Signed-off-by: suin <[email protected]>
1 parent 41d33a6 commit 90f23b9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ This is a monorepo containing useful KCL modules that help you write better KCL
88

99
A module that helps you work with file paths safely and consistently. [Learn more](./filepath/README.md)
1010

11-
## Installation
11+
### crossplane_function_kcl_utils
1212

13-
Each module can be installed using the KCL package manager. For example:
14-
15-
```bash
16-
# Install filepath module
17-
kcl mod add oci://ghcr.io/appthrust/kcl/filepath
18-
```
13+
A module that provides type-safe utilities for writing Crossplane Functions in KCL. [Learn more](./crossplane_function_kcl_utils/README.md)
1914

2015
## Contributing
2116

0 commit comments

Comments
 (0)