diff --git a/README.md b/README.md index 173677dbd..aa2e2af63 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ import fetch from 'node-fetch'; const streamPipeline = promisify(pipeline); -const response = await fetch('https://assets-cdn.github.com/images/modules/logos_page/Octocat.png'); +const response = await fetch('https://github.githubassets.com/images/modules/logos_page/Octocat.png'); if (!response.ok) throw new Error(`unexpected response ${response.statusText}`);