From e2a8c342e07161f4c6edd38cf36e11fca8657417 Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen <runseb@gmail.com> Date: Sat, 24 Jun 2017 04:14:59 +0200 Subject: [PATCH] fix README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 969bebf8..bd5edf91 100644 --- a/README.md +++ b/README.md @@ -44,18 +44,18 @@ avoid an immediate `Killed: 9`. % export KUBECFG_JPATH=$PWD/ksonnet-lib # Hello-world ksonnet-lib example -% cd ksonnet-lib/examples/hello-world +% cd ksonnet-lib/examples/readme # Show generated YAML -% kubecfg show -o yaml hello.v1.jsonnet +% kubecfg show -o yaml hello-nginx.jsonnet # Create resources -% kubecfg update hello.v1.jsonnet +% kubecfg update hello-nginx.jsonnet # Modify configuration -% sed -ie 's/nginx:1.7.9/nginx:1.13.0/' hello.v1.jsonnet +% sed -ie 's/nginx:1.7.9/nginx:1.13.0/' hello-nginx.jsonnet # Update to new config -% kubecfg update hello.v1.jsonnet +% kubecfg update hello-nginx.jsonnet ``` ## Features -- GitLab