diff --git a/README.md b/README.md
index 3ebb12b..d75c8e3 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,6 @@ tmux-switch.nvim/
│ └── util.lua # Utility functions
└── README.md
```
-***
## Functionalities :pick: ##
@@ -52,13 +51,11 @@ tmux-switch.nvim/
- [x] Floating UI for creating new sessions
- [x] Floating UI for renaming current session
- [ ] Quick switch between 2 most used sessions
-***
## Installation :star: ##
-* Make sure you have Neovim v0.9.0 or greater. :exclamation:
-* Dependecies: nui && telescope && plenary (telescope dep)
-* Install using you plugin manager
-
+ * Make sure you have Neovim v0.9.0 or greater. :exclamation:
+ * Dependecies: nui && telescope && plenary (telescope dep)
+ * Install using you plugin manager
#### Vim Plug ####
```lua
@@ -82,7 +79,6 @@ use 'MunifTanjim/nui.nvim'
use 'jkeresman01/tmux-switch.nvim'
```
-***
## Commands :wrench: ##
@@ -96,7 +92,6 @@ Following commands have been exposed to Neovim:
:TmuxRenameSession -- Rename current tmux session
```
-***
## Setup :wrench: ##
@@ -110,7 +105,6 @@ vim.keymap.set("n", "cs", "TmuxCreateSession"
vim.keymap.set("n", "rs", "TmuxRenameSession"
```
-***
| Key - map | Action |
|---------------|--------------------------------------------------------------------|