From d76107222b9145595be7af761a92de3f8e21cf90 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 12 Mar 2024 13:07:11 +0100 Subject: [PATCH] Extra . removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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