Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonireilly committed Jan 28, 2022
1 parent d5b17a2 commit 374c86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const OpenAPISpecification = {
},
openapi: '3.1.0',
paths: {
'v1//version': {
'v1/version': {
get: {
responses: {
'200': {
Expand All @@ -78,6 +78,7 @@ export const OpenAPISpecification = {
},
},
};

```

With compeller you can compile this into a typed request and response handler like:
Expand Down

0 comments on commit 374c86d

Please sign in to comment.