Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Jan 2, 2024
1 parent 46cf110 commit 37b998f
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
@@ -1,6 +1,6 @@
<div align="center">

[![Multithreading Banner](https://github.com/W4G1/multithreading/assets/38042257/28893c6a-504c-4604-bb57-96e7ef94ffe1)](https://multithreading.io)
[![Multithreading Banner](https://github.com/W4G1/multithreading/assets/38042257/8bdb9216-879f-4b04-a941-6179b590a0e1)](https://multithreading.io)

[![License](https://img.shields.io/github/license/W4G1/multithreading)](https://github.com/W4G1/multithreading/blob/main/LICENSE.md)
[![Downloads](https://img.shields.io/npm/dw/multithreading?color=%238956FF)](https://www.npmjs.com/package/multithreading)
Expand Down Expand Up @@ -139,4 +139,4 @@ You can also import external modules in a variety of other ways:
```js
const { v4 } = yield "npm:uuid"; // Using npm specifier (available in Deno)
const { v4 } = yield "https://esm.sh/uuid"; // From CDN url (available in browser and Deno)
```
```

0 comments on commit 37b998f

Please sign in to comment.