Skip to content

Commit 05613eb

Browse files
committed
readme
1 parent 980800d commit 05613eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Hello, World!%
2727
// axios client
2828
const msg = await client.helloWorld();
2929

30-
// @tanstack/react-query client
30+
// react-query client
3131
const { data: msg, error, status } = useHelloWorld();
3232
```
3333

@@ -224,7 +224,7 @@ const { id } = await client.userCreate({
224224
});
225225
```
226226

227-
### @tanstack/react-query
227+
### react-query
228228

229229
```typescript
230230
import {
@@ -264,6 +264,8 @@ export function UserPage() {
264264
// You can also use the api client, directly
265265
const client = useApiClient();
266266
const handler = () => client.userCreate({ ... });
267+
268+
...
267269
}
268270
```
269271

0 commit comments

Comments
 (0)