From 6e42b8d83bc3f2444ca36dc13d8176afc1e47dc3 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sun, 19 Apr 2020 13:21:05 +0200 Subject: [PATCH] chore: test 101 doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42fbac2ec1d50..e8643a80c8526 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ As a starter, we invite you to try Jina's "Hello, World" - a simple demo of imag jina hello-world ``` -...or even easier for Docker users, no any install required, simply: +...or even easier for Docker users, *no any install required*, simply: ```bash docker run -v "$(PWD)/j:/j" jinaai/jina:devel hello-world --workdir /j --logserver && open j/hello-world.html