elastop- Unnamed repository; edit this file 'description' to name the repository. | 
| git clone git://git.acid.vegas/-c.git | 
| Log | Files | Refs | Archive | README | LICENSE | 
| commit 7ecdede375c6ccaf7ca2faeca9810bcf04b6d745
 parent 5e334b304a2d98e98ab7474664e7bfde1ce04671 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 29 Nov 2024 01:43:55 -0500 fixed typo in readme git clone url Diffstat: 
  | 
| 1 file changed, 1 insertion(+), 1 deletion(-) | 
diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ Elastop is a terminal-based dashboard for monitoring Elasticsearch clusters in r ```bash # Clone the repository -git git clone https://github.com/yourusername/elastop.git +git git clone https://github.com/acidvegas/elastop.git cd elastop go build ```  | 

