Readme minor changes
diff --git a/README.md b/README.md
index a93379e..e57a3d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@

-
+


@@ -25,7 +25,7 @@
```bash
chmod +x res-cli
```
-
+<!--
## Configuration
`res-cli` uses a configuration file (`config.ini`) to store settings such as the flaskBaseUrl. Follow the steps below to configure the CLI:
@@ -38,7 +38,7 @@
[User]
current_user = bob@gmail.com
- ```
+ ``` -->
## Usage
@@ -50,7 +50,7 @@
## Commands
-- Login: Logs in to the specified user account.
+<!-- - Login: Logs in to the specified user account.
```bash
./res-cli login # Enter email and password when prompted
@@ -60,7 +60,7 @@
```bash
./res-cli logout
-```
+``` -->
- Create Instance: Creates a new ResDB or Python SDK instance.