Skip to content

Commit f1f944f

Browse files
authored
Update datamode_code_generator:typo in pip install (#1713)
As seen in https://koxudaxi.github.io/datamodel-code-generator, the correct command is `pip install datamodel-code-generator` not `pip install datamodel-code-generato`
1 parent 5dbb127 commit f1f944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datamodel_code_generator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Install
1010
```bash
11-
pip install datamodel-code-generato
11+
pip install datamodel-code-generator
1212
```
1313

1414
## Example

0 commit comments

Comments
 (0)