From a9f0c4ebc2b2553a837ce045b192fd832a52ae73 Mon Sep 17 00:00:00 2001 From: afkham Date: Fri, 28 Jun 2019 15:05:53 +0530 Subject: [PATCH] More improvements to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 729b85c4..003ed1d8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Cellery is composed of these components: ## Quickstart Guide -The easiest way to setup Cellery is using the 'local' mode which installs a VirtualBox image. For other installation approaches including GCP and Docker for Desktop see [here](docs/installation-options.md) +The easiest way to setup Cellery is using the 'local' mode which installs a VirtualBox image. +For other installation approaches including GCP and Docker for Desktop see [here](docs/installation-options.md) ### Prerequisites 1. kubectl v1.11.x (Execute `kubectl version` command and make sure kubectl client is v1.11. @@ -116,7 +117,8 @@ Let's quickly run a sample hello world cell as shown in the diagram below. ![Hello world cell](docs/images/hello-world-architecture.jpg) -The `hello-world-cell` contains one component `hello`. The `hello` component is defined by a container image which is written in Node.js and it is a simple webapp. In the quick start we will be deploying the `hello-world-cell`. +The `hello-world-cell` contains one component `hello`. The `hello` component is defined by a container image which +is written in Node.js and it is a simple webapp. In the quick start we will be deploying the `hello-world-cell`. Now let's look at the steps required to run this cell.