-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kerim Hudson
committed
Apr 12, 2024
1 parent
c7a079e
commit 20d6727
Showing
2 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,7 @@ NameTag is a simple username generator with a dictionary of safe words to use to | |
## How to use | ||
|
||
```ts | ||
<<<<<<< Updated upstream | ||
import { nametag } from "https://deno.land/x/[email protected]/mod.ts"; | ||
======= | ||
import { nametag } from "https://deno.land/x/[email protected]/mod.ts"; | ||
>>>>>>> Stashed changes | ||
import { nametag } from "https://deno.land/x/nametag@$MODULE_VERSION/mod.ts"; | ||
|
||
const friendlyName = nametag(); | ||
``` | ||
|
@@ -20,11 +16,7 @@ Or with a configuration: | |
import { | ||
nametag, | ||
type NametagConfig, | ||
<<<<<<< Updated upstream | ||
} from "https://deno.land/x/[email protected]/mod.ts"; | ||
======= | ||
} from "https://deno.land/x/[email protected]/mod.ts"; | ||
>>>>>>> Stashed changes | ||
} from "https://deno.land/x/nametag@$MODULE_VERSION/mod.ts"; | ||
|
||
const config: NametagConfig = { | ||
words: 5, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters