Skip to content

Commit 839c76b

Browse files
committed
update readme
1 parent 1711b41 commit 839c76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The exports can be accessed as follows:
1717
- The `customInstance` used to make calls is exported in the case where the exported API doesn't allow certain features.
1818
- *All* the exported types are only exported from here (limited by the output of orval but you should import types separately with `import type {} from ''` regardless).
1919

20-
### From the subEntry points, the `react-query` exports can be imported.
20+
### From the sub-entry points, the `react-query` exports can be imported.
2121

22-
This will be the standard output of `Orval` with `react-query` These will be the `x-semantic-name` fields specified in the OpenAPI. In addition the hooks will of course be prefixed by `use` and converted to `camelCase`. Each `useQuery` hook will also have a `get${camelCase(operationId)}` function that takes the same request params and body to generate a query key.
22+
This will be the standard output of `Orval` with `react-query` These will be the `x-semantic-name` fields specified in the OpenAPI. In addition the hooks will of course be prefixed by `use` and converted to `camelCase`. Each `useQuery` hook will also have a `get${camelCase(operationId)}` function that takes the same request params and body to generate a query key. Additionally, suspense queries are generated for `<Suspense></Suspense>` boundaries.
2323

2424
## Docs
2525

0 commit comments

Comments
 (0)