Chore: Fix Swagger/OpenAPI instructions (#86541)

Update README.md
pull/86569/head
Sofia Papagiannaki 1 year ago committed by GitHub
parent a20197229e
commit aa825f5dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/api/README.md

@ -82,4 +82,4 @@ Finally, they can browser and try out both the OpenAPI v2 and v3 via the Swagger
If there are any issues generating the specifications (e.g., diff containing unrelated changes to your PR or unusually large diff), please run the following two commands to ensure your Swagger version is up to date, then re-run the make commands.
- `go install github.com/bwplotka/bingo@latest`
- `bingo get swagger`
- `bingo get github.com/go-swagger/go-swagger/cmd/swagger@v0.30.2`

Loading…
Cancel
Save