Skip to content

Commit 837f5db

Browse files
committed
Updated link in README
1 parent 811b180 commit 837f5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Deno🦕 module to test if a password/string matches the preset criterias.
1515
## Installation
1616

1717
```typescript
18-
import { checkPassword } from "https://deno.land/x/password_checker/mods.ts";
18+
import { checkPassword } from "https://deno.land/x/password_checker/mod.ts";
1919
```
2020

2121
## Parameters
@@ -40,7 +40,7 @@ import { checkPassword } from "https://deno.land/x/password_checker/mods.ts";
4040
## Usage
4141

4242
```typescript
43-
import { checkPassword } from "https://deno.land/x/password_checker/mods.ts";
43+
import { checkPassword } from "https://deno.land/x/password_checker/mod.ts";
4444

4545
const passwordString: string = "randomPassword123!.";
4646

0 commit comments

Comments
 (0)