From ca0574228375d51509f89c9f187ccfa0027ce2ad Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Wed, 9 Jan 2019 17:24:25 -0800 Subject: [PATCH] Improve description in README and link to contribution guidelines --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51f0bcb184..718527fed8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# clients -Knative developer experience, docs, reference Knative CLI implementation +# Knative Client + +Knative developer experience best practices, reference Knative CLI +implementation, and reference Knative client libraries. + +If you are interested in contributing, see the Knative community [contribution +guide](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md).