Skip to content

Commit dea5890

Browse files
authored
Update README.md
1 parent f9627d4 commit dea5890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Pagination With Provider
184184
185185
The `onNewData` will take the current data, and the newly fetched data, and allow you to merge the two however you choose. In the example below, we are appending the new todos to the end of the current todos.
186186
187-
```jsx
187+
```js
188188
import useFetch, { Provider } from 'use-http'
189189

190190
const Todos = () => {

0 commit comments

Comments
 (0)