just replaced everywhere

This commit is contained in:
SigireddyBalasai 2025-03-01 09:12:57 +00:00
parent 18aa3478ba
commit 57fbb3d640

View file

@ -25,7 +25,7 @@ It supports:
To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source: To install MarkItDown, use pip: `pip install markitdown`. Alternatively, you can install it from the source:
```bash ```bash
git clone git@github.com:microsoft/markitdown.git git clone https://github.com/microsoft/markitdown.git
cd markitdown cd markitdown
pip install -e packages/markitdown pip install -e packages/markitdown
``` ```