Extra . removed

This commit is contained in:
Profitroll 2024-03-12 13:07:11 +01:00
parent 99a19a3688
commit d76107222b
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ This project is separated into to parts:
3. Install the dependencies:
`pip install -r requirements.txt`
4. Generate/update the client:
* Generate: `.openapi-python-client generate --config config.yaml --url "OPENAPI_SPEC_URL"` (replace `OPENAPI_SPEC_URL` with your URL)
* Generate: `openapi-python-client generate --config config.yaml --url "OPENAPI_SPEC_URL"` (replace `OPENAPI_SPEC_URL` with your URL)
* Update: `openapi-python-client update --config config.yaml --url "OPENAPI_SPEC_URL"` (replace `OPENAPI_SPEC_URL` with your URL)
### Building