From d704f536463e16bc1f5164df6152f63a6a6a172d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E6=9C=88?= <974226358@qq.com> Date: Thu, 23 Jan 2020 01:39:23 +0800 Subject: [PATCH] Format cmd for easy reading© (#2120) --- .../samples/hello-world/helloworld-java-spring/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/samples/hello-world/helloworld-java-spring/README.md b/docs/serving/samples/hello-world/helloworld-java-spring/README.md index 535f44344..46b58283a 100644 --- a/docs/serving/samples/hello-world/helloworld-java-spring/README.md +++ b/docs/serving/samples/hello-world/helloworld-java-spring/README.md @@ -14,8 +14,8 @@ cluster. You can also download a working copy of the sample, by running the following commands: ```shell -git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs cd -knative-docs/docs/serving/samples/hello-world/helloworld-java-spring +git clone -b "{{< branch >}}" https://github.com/knative/docs knative-docs +cd knative-docs/docs/serving/samples/hello-world/helloworld-java-spring ``` ## Before you begin