diff --git a/flytectl/README.md b/flytectl/README.md
index 45006d74c73..52324250d36 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).