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:
-- Using `fetch.mockAborted()`
-- Using `fetch.mockAbortedOnce()`
+- Using `fetch.mockAbort()`
+- Using `fetch.mockAbortOnce()`
- Passing a request (or request init) with a 'signal' to fetch that has been aborted
- 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