Skip to content

Commit 7254e9a

Browse files
committed
updating docs
1 parent fcadd19 commit 7254e9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default App
9494

9595
#### Query
9696

97-
The `Query` component uses the render prop pattern for making asynchronous request. It is best used when making multiple request in a single component.
97+
The `Query` component uses the render prop pattern for managing asynchronous request. It is best used when making multiple request in a single component.
9898

9999
```tsx
100100
import React from 'react'
@@ -145,7 +145,7 @@ export const App
145145

146146
#### makeRequest
147147

148-
`makeRequest` is a special utility function for making request when you don't want to use any of the `hooks` or the `Query` component
148+
Don't want to use `hooks` or the `Query` component? `makeRequest` is here for you 😃
149149

150150
```tsx
151151
const MakeRequestExample = () => {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "react-query-prop",
2+
"name": "react-query-pro",
33
"version": "1.0.0",
4-
"description": "A react package for handling network requests",
4+
"description": "Make asynchronous requests and manage data with ease using the patterns you are already familiar with",
55
"author": "UcheSylvester",
66
"license": "MIT",
7-
"repository": "UcheSylvester/react-query",
7+
"repository": "FutureX-Open-Source/react-query-pro",
88
"main": "dist/index.js",
99
"module": "dist/index.modern.js",
1010
"source": "src/index.tsx",

0 commit comments

Comments
 (0)