Skip to content

Commit 956ba6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db575ae commit 956ba6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ cd reproschema-py
2020
pip install -e .
2121
```
2222
#### Notes on the reproschema model
23-
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
23+
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
2424
The `pydantic` model is automatically generated from the LinkML model maintained in the [ReproNim/reproschema repository](https://github.com/ReproNim/reproschema).
25-
**All changes to the model should be made in the LinkML source in that repository.**
25+
**All changes to the model should be made in the LinkML source in that repository.**
2626

2727
#### Style
2828
This repo uses pre-commit to check styling.

0 commit comments

Comments
 (0)