Skip to content

Commit

Permalink
Deno 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Apr 22, 2022
1 parent 8a6d9ea commit 4aac7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aac7b8

Please sign in to comment.