From 975d8cf46a1db0886642009ce7ec5ab92a858164 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 15 Jun 2023 06:37:35 -0700 Subject: [PATCH] update readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 50dda7f..13e4570 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,6 @@ magic-string works in both node.js and browser environments. For node, install w npm i magic-string ``` -To use in browser, grab the [magic-string.umd.js](https://unpkg.com/magic-string/dist/magic-string.umd.js) file and add it to your page: - -```html - -``` - -(It also works with various module systems, if you prefer that sort of thing - it has a dependency on [vlq](https://github.com/Rich-Harris/vlq).) - ## Usage These examples assume you're in node.js, or something similar: