chore: fix typo in README.md

This commit is contained in:
lentil32 2025-04-09 15:16:26 +09:00 committed by GitHub
parent 3fcd48cdfc
commit b2fdc93c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ To install MarkItDown, use pip: `pip install 'markitdown[all]'`. Alternatively,
```bash
git clone git@github.com:microsoft/markitdown.git
cd markitdown
pip install -e packages/markitdown[all]
pip install -e 'packages/markitdown[all]'
```
## Usage