Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 21, 2024
1 parent c3bd833 commit 401692b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const SBDL = require('@turbowarp/sbdl');
If you just want to run it in a website and don't want to use a full package manager, you can instead use the standalone version using a simple `<script>` tag. Please make sure to replace the version number in the snippet below with the latest version from https://github.com/forkphorus/sb-downloader/releases; sometimes we forget to update it.

```html
<script src="https://cdn.jsdelivr.net/npm/@turbowarp/sbdl@3.0.0/lib/bundle-standalone.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@turbowarp/sbdl@4.0.0/lib/bundle-standalone.min.js"></script>
<script>
// .sb downloader is exported as `SBDL` on window
// See the "Standalone version" below for more information specifically about the standalone version
Expand All @@ -72,7 +72,7 @@ Browsers with full support:
- Firefox >= 57
- Edge >= 79

The primary limiting factors are support for fetch, TextDecoder, and AbortController (optional). You may be able to polyfill these on your own.
The limiting factors are support for fetch, TextDecoder, and AbortController. You may be able to polyfill these on your own.

### Simple usage

Expand Down

0 comments on commit 401692b

Please sign in to comment.