Fix generate typo (#1470)

This commit is contained in:
Koudai Aono
2023-08-03 00:58:28 +09:00
committed by GitHub
parent 791f84386f
commit 1f0a26fa3a
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ $ docker pull koxudaxi/datamodel-code-generator
```
## Advanced Uses
You can genearte models from a URL.
You can generate models from a URL.
```bash
$ datamodel-codegen --url https://<INPUT FILE URL> --output model.py
```

View File

@@ -279,7 +279,7 @@ $ docker pull koxudaxi/datamodel-code-generator
```
## Advanced Uses
You can genearte models from a URL.
You can generate models from a URL.
```bash
$ datamodel-codegen --url https://<INPUT FILE URL> --output model.py
```