Skip to content

Commit

Permalink
change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Aug 19, 2020
1 parent 2372bbb commit 317459b
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 @@ -10,7 +10,7 @@ Unique machine (desktop) id (no admin privileges required).
## Usage

```ts
import machineId from "https://deno.land/x/machine_id/mod.ts";
import machineId from "https://deno.land/x/deno_machine_id/mod.ts";

let id = await machineId();
// c24b0fe51856497eebb6a2bfcd120247aac0d6334d670bb92e09a00ce8169365
Expand Down

0 comments on commit 317459b

Please sign in to comment.