Skip to content

Commit 29bc8e8

Browse files
committed
Fix name of Python package
1 parent 34f1720 commit 29bc8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![pypi](https://img.shields.io/pypi/v/parse-document-model-python.svg)
1+
![pypi](https://img.shields.io/pypi/v/parse-document-model.svg)
22
[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://docs.pydantic.dev/latest/contributing/#badges)
33
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
44

@@ -130,7 +130,7 @@ Attributes are optional fields that can store additional information for each no
130130
Parse Document Model is distributed with PyPI. You can install it with `pip`.
131131

132132
```bash
133-
pip install parse-document-model-python
133+
pip install parse-document-model
134134
```
135135

136136
### Quick Example
@@ -148,7 +148,7 @@ doc = Document(
148148
content=[
149149
Text(
150150
category="heading",
151-
content="Welcome to parse-document-model-python",
151+
content="Welcome to parse-document-model",
152152
marks=["bold"]
153153
),
154154
Text(

0 commit comments

Comments
 (0)