diff --git a/packages/hoppscotch-cli/README.md b/packages/hoppscotch-cli/README.md
index 9e806c009..420af5315 100644
--- a/packages/hoppscotch-cli/README.md
+++ b/packages/hoppscotch-cli/README.md
@@ -1,4 +1,17 @@
-# Hoppscotch CLI ALPHA
+
+
+
+# Hoppscotch CLI ALPHA
+
+
A CLI to run Hoppscotch test scripts in CI environments.
@@ -33,7 +46,7 @@ hopp [options or commands] arguments
#### Options:
##### `-e ` / `--env `
- - Accepts path to env.json with contents in below format:
+ - Accepts path to env.json with contents in below format:
```json
{
"ENV1":"value1",
@@ -41,7 +54,7 @@ hopp [options or commands] arguments
}
```
- You can now access those variables using `pw.env.get('')`
-
+
Taking the above example, `pw.env.get("ENV1")` will return `"value1"`
## Install
diff --git a/packages/hoppscotch-ui/README.md b/packages/hoppscotch-ui/README.md
index 8f1885799..3c90ec325 100644
--- a/packages/hoppscotch-ui/README.md
+++ b/packages/hoppscotch-ui/README.md
@@ -1,24 +1,15 @@
-
-
-
-
-
-
-
-
+
+
-
-
-# Hoppscotch UI
+# Hoppscotch UI ALPHA