Skip to content

Commit 20f3b16

Browse files
authored
Update README.md
1 parent 4f267cc commit 20f3b16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ An implementation of IPasswordHasher<TUser> using [Scrypt.NET](https://github.co
77
## Installation
88

99
```
10-
services.AddScoped<IPasswordHasher<ApplicationUser>, ScryptPasswordHasher<ApplicationUser>>();
10+
services.AddIdentity<TUser, TRole>();
11+
services.AddScoped<IPasswordHasher<TUser>, ScryptPasswordHasher<TUser>>();
1112
```
1213

1314
### Options

0 commit comments

Comments
 (0)