Skip to content

Commit

Permalink
remove information about CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
kksandr7-deprecated committed Sep 18, 2023
1 parent 5160e79 commit f165f78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,6 @@ The ES6 modules are located in `src/js/`. You need to load the stylesheet file e
</script>
```

You can also load modules via CDN, e.g.:

```html
<script type="module">
import Spotlight from "https://unpkg.com/[email protected]/src/js/spotlight.js";
</script>
```

The ES6 modules are not minified. Please use your favored bundler or build tool for this purpose.

## Basic Usage (Markup)
Expand Down

0 comments on commit f165f78

Please sign in to comment.