Skip to content

Commit db56514

Browse files
authored
Update README.md
1 parent 3cf36cd commit db56514

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ should be reconciled. Supports conditional resources in runtime, ordering of res
2424

2525
The project introduces two Kubernetes custom resources `Glue` and `GlueOperator`.
2626
You can use `GlueOperator` to define your own operator.
27-
Let's take a look on an example, where we define an operator for WebPage custom resource, where we want to server
28-
a static website on the cluster (You can see the
27+
Let's take a look at an example, where we define an operator for WebPage custom resource, that represents a static website served from the Cluster. (You can see the
2928
[full example here](https://github.com/csviri/resource-workflow-operator/blob/main/src/test/resources/sample/webpage)):
3029

3130
```yaml

0 commit comments

Comments
 (0)