From 8aa3378cce7b8d21026862bc4bcdc6e4a4d5fd87 Mon Sep 17 00:00:00 2001 From: SigireddyBalasai Date: Fri, 28 Feb 2025 22:02:44 +0530 Subject: [PATCH] Update README.md fixed it --- packages/markitdown/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markitdown/README.md b/packages/markitdown/README.md index 54453ab..fb24b69 100644 --- a/packages/markitdown/README.md +++ b/packages/markitdown/README.md @@ -16,7 +16,7 @@ pip install markitdown From 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 ```