Skip to content

Commit

Permalink
Update datamode_code_generator:typo in pip install (#1713)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
jordan-cote committed Jul 13, 2020
1 parent 5dbb127 commit f1f944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datamodel_code_generator.md
Expand Up @@ -8,7 +8,7 @@

## Install
```bash
pip install datamodel-code-generato
pip install datamodel-code-generator
```

## Example
Expand Down

0 comments on commit f1f944f

Please sign in to comment.