From 4aac7b8185216330f42937c59828a555efa7a5f4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 22 Apr 2022 13:00:15 +0530 Subject: [PATCH] Deno 0.4.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8871699..5ec94a7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ webusb = "0.4.0" ### Usage with Deno ```typescript -import "https://deno.land/x/webusb@0.4.0/mod.ts"; +import "https://deno.land/x/webusb/mod.ts"; const devices = await navigator.usb.getDevices(); // Arduino Leonardo