From 8007d99b06902c0d1a244424cba690b2976e1348 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:33:54 -0400 Subject: [PATCH] docs: replace references to Skypack CDN with esm.sh (#607) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09bed59f..97bcb4d5 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Implements all [recommended best practices](https://docs.github.com/en/rest/guid Browsers -Load `@octokit/plugin-throttling` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev) +Load `@octokit/plugin-throttling` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [esm.sh](https://esm.sh) ```html ```