From 57fbb3d640f90a98800690d8d95969a8165db4a4 Mon Sep 17 00:00:00 2001 From: SigireddyBalasai Date: Sat, 1 Mar 2025 09:12:57 +0000 Subject: [PATCH] just replaced everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f188d..8939081 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It supports: To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source: ```bash -git clone git@github.com:microsoft/markitdown.git +git clone https://github.com/microsoft/markitdown.git cd markitdown pip install -e packages/markitdown ```