Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme has incorrect generate client path #43

Closed
stevanlohja opened this issue Mar 11, 2019 · 0 comments · Fixed by #45
Closed

readme has incorrect generate client path #43

stevanlohja opened this issue Mar 11, 2019 · 0 comments · Fixed by #45
Assignees
Labels
bug Something isn't working

Comments

@stevanlohja
Copy link
Contributor

Describe the bug
Readme specifies incorrect path.

open-rpc-generator-client \
  -s https://raw.githubusercontent.com/open-rpc/examples/master/service-descriptions/petstore.json \
  PetStore

should be:

open-rpc-generator-client \
  -s https://raw.githubusercontent.com/open-rpc/examples/master/service-descriptions/petstore-openrpc.json \
  PetStore
@stevanlohja stevanlohja added the bug Something isn't working label Mar 11, 2019
@stevanlohja stevanlohja self-assigned this Mar 11, 2019
@stevanlohja stevanlohja changed the title readme has incorrect path readme has incorrect generate client path Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant