From bdf47b88b8a8a287ffa64313f96909a947da9413 Mon Sep 17 00:00:00 2001
From: Divyansh Bansal <86911142+idivyanshbansal@users.noreply.github.com>
Date: Mon, 4 Oct 2021 08:49:51 +0530
Subject: [PATCH] Update README.md (#192)
---
flytectl/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/flytectl/README.md b/flytectl/README.md
index 45006d74c7..52324250d3 100644
--- a/flytectl/README.md
+++ b/flytectl/README.md
@@ -6,7 +6,7 @@
FlyteCTL
- The official Flyte command-line interface
+ Flyte's official command-line interface
Documentation
@@ -25,7 +25,7 @@
![Commit activity](https://img.shields.io/github/commit-activity/w/lyft/flytectl.svg?style=plastic)
![Commit since last release](https://img.shields.io/github/commits-since/lyft/flytectl/latest.svg?style=plastic)
-FlyteCTL is designed to be a portable and lightweight CLI to work with Flyte. It is written in Golang and can access [FlyteAdmin](https://github.com/flyteorg/flyteadmin/)โthe control plane of Flyte.
+FlyteCTL was designed as a portable and lightweight command-line interface to work with Flyte. It is written in Golang and accesses [FlyteAdmin](https://github.com/flyteorg/flyteadmin/), the control plane for Flyte.
## ๐ Quick Start
@@ -39,7 +39,7 @@ FlyteCTL is designed to be a portable and lightweight CLI to work with Flyte. It
```bash
$ curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash
```
-2. (Optional) `flytectl upgrade` provides a general interface to upgrade FlyteCTL; run the command shown in the output
+2. (Optional) `flytectl upgrade` provides a general interface to upgrading FlyteCTL; run the command in the output
3. Start sandbox using FlyteCTL
```bash
@@ -66,4 +66,4 @@ You can find the detailed contribution guide [here](docs/source/contribute.rst).