Skip to content

Commit f72fe54

Browse files
authored
docs: cleanup README.md
Signed-off-by: Shane Utt <[email protected]>
1 parent a02e169 commit f72fe54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This project provides bindings in [Rust] for [Kubernetes] [Gateway API].
3131

3232
## Usage
3333

34-
Basic usage involves generating a [kube-rs] to perform create, read, update and
35-
delete (CRUD) operations on [Gateway API resources]. You can either use a basic
36-
[Client] to perform CRUD operations, or you can build a [Controller]. See the
37-
`gateway-api/examples/` directory for detailed (and specific) usage examples.
34+
Basic usage involves using a [kube-rs] [Client] to perform create, read, update
35+
and delete (CRUD) operations on [Gateway API resources]. You can either use a
36+
basic `Client` to perform CRUD operations, or you can build a [Controller]. See
37+
the `gateway-api/examples/` directory for detailed (and specific) usage examples.
3838

3939
[kube-rs]:https://github.com/kube-rs/kube
4040
[Gateway API resources]:https://gateway-api.sigs.k8s.io/api-types/gateway/

0 commit comments

Comments
 (0)