diff --git a/README.md b/README.md index 8dea969..c9b7804 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-[![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) @@ -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) -``` \ No newline at end of file +```