Skip to content

Commit 11c7b29

Browse files
authored
Update README.md
1 parent 254bd18 commit 11c7b29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<img align="right" src="https://media.giphy.com/media/fAFg3xESCJyw/giphy.gif" />
1313
Need to fetch some data? Try this one out. It's an isomorphic fetch hook. That means it works with SSR (server side rendering).
1414

15-
<br/>
16-
17-
**If you have feature requests, let's talk about them in [this issue](https://github.com/alex-cory/use-http/issues/13)!**
18-
1915
### Examples
2016
- <a target="_blank" rel="noopener noreferrer" href='https://codesandbox.io/embed/km04k9k9x5'>Code Sandbox Example</a>
2117

@@ -169,7 +165,11 @@ const { get, post, patch, put, del, delete } = request
169165
170166
Credits
171167
--------
172-
use-http is heavily inspired by the popular http client [axios](https://github.com/axios/axios)
168+
use-http is heavily inspired by the popular http client [axios](https://github.com/axios/axios)
169+
170+
Feature Requests/Ideas
171+
----------------------
172+
If you have feature requests, let's talk about them in [this issue](https://github.com/alex-cory/use-http/issues/13)!
173173
174174
Todos
175175
------

0 commit comments

Comments
 (0)