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 )
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
130130Parse 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(
You can’t perform that action at this time.
0 commit comments