Skip to content

Commit 05deea1

Browse files
authored
Update README.md
1 parent ee4ede3 commit 05deea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/basic-fetch)
1+
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/with-abortcontroller)
22

3-
# Basic fetch with React Async
3+
# Abortable fetch with React Async
44

5-
This demonstrates a very simple HTTP GET using `fetch`, wrapped with React Async.
5+
This demonstrates a very simple HTTP GET using `fetch`, which gets the AbortSignal passed in to actually abort the HTTP request when the promise is canceled.

0 commit comments

Comments
 (0)