From 61c0621c311dc6645330fdb0241c9c1742e5b514 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 14 Aug 2024 14:01:54 -0400 Subject: [PATCH] update readme for 2.3.0 schema Signed-off-by: Jordan Dubrick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad1ad666..85bf9fba 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## About The Devfile Parser library is a Golang module that: -1. parses a devfile as specified by the [api](https://devfile.io/docs/2.2.2/devfile-schema) & [schema](https://github.com/devfile/api/tree/main/schemas/latest). +1. parses a devfile as specified by the [api](https://devfile.io/docs/2.3.0/devfile-schema) & [schema](https://github.com/devfile/api/tree/main/schemas/latest). 2. writes to the specified devfile with the updated data. 3. generates Kubernetes objects for the various devfile resources. 4. defines util functions for the devfile.