Skip to content

Commit 93b30e0

Browse files
committed
readme
1 parent 65f7fd7 commit 93b30e0

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
@@ -28,10 +28,10 @@ Hello, World!%
2828

2929
```ts
3030
// axios client
31-
const msg = await client.helloWorld();
31+
const greeting = await client.helloWorld();
3232

3333
// react-query client
34-
const { data: msg, error, status } = useHelloWorld();
34+
const { data: greeting, error, status } = useHelloWorld();
3535
```
3636

3737
## Features

0 commit comments

Comments
 (0)