Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimhudson authored Apr 11, 2024
1 parent 315e4bd commit d02054b
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
Expand Up @@ -5,7 +5,7 @@ NameTag is a simple username generator with a dictionary of safe words to use to
## How to use

```ts
import { nametag } from "https://deno.land/x/[email protected].1/mod.ts";
import { nametag } from "https://deno.land/x/[email protected].2/mod.ts";

const friendlyName = nametag();
```
Expand All @@ -16,7 +16,7 @@ Or with a configuration:
import {
nametag,
type NametagConfig,
} from "https://deno.land/x/[email protected].1/mod.ts";
} from "https://deno.land/x/[email protected].2/mod.ts";

const config: NametagConfig = {
words: 5,
Expand Down

0 comments on commit d02054b

Please sign in to comment.