From 56898dd82146602a890245c5e6f0ddc4a7c8df35 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:48:39 -0400 Subject: [PATCH] docs: replace references to Skypack CDN with esm.sh (#574) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cc51419b..50eea087b 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ If you don't need the Plugin API then using [`@octokit/request`](https://github.
@octokit/core
directly from cdn.skypack.dev
+Load @octokit/core
directly from esm.sh
```html
```