diff --git a/README.md b/README.md index ec24830..7434d76 100644 --- a/README.md +++ b/README.md @@ -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