diff --git a/README.md b/README.md index 5a79ab4..1d0f808 100644 --- a/README.md +++ b/README.md @@ -352,8 +352,8 @@ describe('Access token action creators', () => { Fetches can be mocked to act as if they were aborted during the request. This can be done in 4 ways:
    -
  1. Using `fetch.mockAborted()`
  2. -
  3. Using `fetch.mockAbortedOnce()`
  4. +
  5. Using `fetch.mockAbort()`
  6. +
  7. Using `fetch.mockAbortOnce()`
  8. Passing a request (or request init) with a 'signal' to fetch that has been aborted
  9. Passing a request (or request init) with a 'signal' to fetch and a async function to `fetch.mockResponse` or `fetch.mockResponseOnce` that causes the signal to abort before returning the response