File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 )
2
2
[ ![ 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 )
3
3
[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
4
4
@@ -130,7 +130,7 @@ Attributes are optional fields that can store additional information for each no
130
130
Parse Document Model is distributed with PyPI. You can install it with ` pip ` .
131
131
132
132
``` bash
133
- pip install parse-document-model-python
133
+ pip install parse-document-model
134
134
```
135
135
136
136
### Quick Example
@@ -148,7 +148,7 @@ doc = Document(
148
148
content = [
149
149
Text(
150
150
category = " heading" ,
151
- content = " Welcome to parse-document-model-python " ,
151
+ content = " Welcome to parse-document-model" ,
152
152
marks = [" bold" ]
153
153
),
154
154
Text(
You can’t perform that action at this time.
0 commit comments