Skip to content

Commit 8c42eb8

Browse files
committed
Clarify the README doc
Signed-off-by: Armel Soro <[email protected]>
1 parent b2cc784 commit 8c42eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
## About
99

1010
The Devfile Parser library is a Golang module that:
11-
1. parses the devfile.yaml as specified by the [api](https://devfile.github.io/devfile/api-reference.html) & [schema](https://github.com/devfile/api/tree/main/schemas/latest).
12-
2. writes to the devfile.yaml with the updated data.
11+
1. parses a devfile as specified by the [api](https://devfile.github.io/devfile/api-reference.html) & [schema](https://github.com/devfile/api/tree/main/schemas/latest).
12+
2. writes to the specified devfile with the updated data.
1313
3. generates Kubernetes objects for the various devfile resources.
1414
4. defines util functions for the devfile.
15-
5. downloads resources from a parent devfile if specified in the devfile.yaml
15+
5. downloads resources from a parent devfile if specified in the devfile.
1616

1717
## Private repository support
1818

0 commit comments

Comments
 (0)