We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811b180 commit 837f5dbCopy full SHA for 837f5db
README.md
@@ -15,7 +15,7 @@ Deno🦕 module to test if a password/string matches the preset criterias.
15
## Installation
16
17
```typescript
18
-import { checkPassword } from "https://deno.land/x/password_checker/mods.ts";
+import { checkPassword } from "https://deno.land/x/password_checker/mod.ts";
19
```
20
21
## Parameters
@@ -40,7 +40,7 @@ import { checkPassword } from "https://deno.land/x/password_checker/mods.ts";
40
## Usage
41
42
43
44
45
const passwordString: string = "randomPassword123!.";
46
0 commit comments