Skip to content

Commit 6798ca0

Browse files
authored
Update README.md
1 parent d951906 commit 6798ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For those searching for ways to shave a few kilobytes off of their bundles, that
66

77
### Can I just use Axios?
88

9-
Yes! Axios is an excellent module. In fact, Redaxios exists so that you can use its API in cases where it's difficult to justify the dependency. Instead of having to choose between Axios and Fetch, Redaxios provides a middle-ground between the two.
9+
Yes! Axios is an excellent module and you should use it! Redaxios exists so that you can use that same API in cases where it's difficult to justify the dependency. Instead of having to choose between Axios and Fetch, Redaxios provides a middle-ground between the two.
1010

1111
[axios]: https://github.com/axios/axios
1212
[fetch]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch

0 commit comments

Comments
 (0)