From ca56a06b741ec071abd218cf851549b04a304642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E6=9C=88?= <974226358@qq.com> Date: Wed, 22 Jan 2020 19:07:45 +0800 Subject: [PATCH] Format cmd for easy reading© --- .../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 535f44344e0..46b58283a7a 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