Skip to content

Commit 529dced

Browse files
committed
update readme
1 parent 7e280d0 commit 529dced

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ Alternatively, use as a module in a browser directly:
4141
import FlatQueue from 'https://cdn.jsdelivr.net/npm/flatqueue/+esm';
4242
```
4343
44-
There's also a UMD bundle that exposes a global `FlatQueue` global variable:
45-
46-
```html
47-
<script src="https://cdn.jsdelivr.net/npm/flatqueue"></script>
48-
```
44+
For legacy environments requiring CommonJS or a UMD bundle, use `flatqueue` v2.
4945
5046
## API
5147

0 commit comments

Comments
 (0)