From 74c7a006c58a88b610ff69c390a441ffbdbe572c Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Wed, 14 Oct 2015 18:27:58 +0000 Subject: [PATCH] Clarify what belongs in examples vs. docs. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec115df9..18f3133e 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ Documentation for other releases can be found at # Kubernetes Examples: releases.k8s.io/HEAD -This directory contains a number of different examples of how to run -applications with Kubernetes. +This directory contains a number of examples of how to run +real applications with Kubernetes. + +Demonstrations of how to use specific Kubernetes features can be found in our [documents](../docs/).