From 72d7dbe5fd31e4f0c1f64c17df571c216c10870f Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 13 Nov 2021 07:25:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11f545..b0fdc8f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Experimenting with `go-client` and Go generics +## Experimenting with `k8s.io/client-go` and Go generics This is an experimental type-parameter-aware client that wraps [`k8s.io/client-go/dynamic`](https://pkg.go.dev/k8s.io/client-go/dynamic) _(...for now)_.