diff --git a/cli/README.md b/cli/README.md
index 3c3767e935..adbf7f5665 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -1,7 +1,7 @@
# Windmill CLI
A simple CLI allowing interactions with windmill from the command line.
-
+
## Installation
@@ -18,7 +18,7 @@ Setup the CLI by running `wmill setup`. This will guide you through the setup pr
Run a script or flow using `wmill flow/script run u/username/path/to/script` and pass any inputs using `--input/-i =` curl-style syntax using `-i @-` for stdin or `-i @` is also supported
Flow Steps and Logs will be streamed during execution automatically.
-
+
## Pushing Resources, Scripts & More