From ec98e40734d6ebcb9db1ad325e3aa8a0ec2fdcda Mon Sep 17 00:00:00 2001 From: parauliya Date: Thu, 21 May 2020 20:16:06 +0530 Subject: [PATCH] Update the README.md file Break down each sentence in the description in it's own line. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68fb4044..040a7fa55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ [![Build Status](https://cloud.drone.io/api/badges/tinkerbell/tink/status.svg)](https://cloud.drone.io/tinkerbell/tink) -Tinkerbell is a bare metal provisioning and workflow engine comprised of three major components: a DHCP server ([boots](https://github.com/packethost/boots)), a workflow engine (tinkerbell, this repository), and a metadata service ([hegel](https://github.com/packethost/hegel)). The workflow engine is comprised of a server and a CLI, which communicate over gRPC. The CLI is used to create a workflow along with its building blocks, templates and targeted hardware. +Tinkerbell is a bare metal provisioning and workflow engine. +It is comprised of following three major components: +1. A DHCP server ([boots](https://github.com/packethost/boots)) +2. A workflow engine (tinkerbell, this repository) +3. A metadata service ([hegel](https://github.com/packethost/hegel)). + +The workflow engine is comprised of a server and a CLI, which communicate over gRPC. The CLI is used to create a workflow along with its building blocks, templates and targeted hardware. # Packet Workflow