Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robson-paproski authored Sep 10, 2017
1 parent e752676 commit 62ccb88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ Follow the steps below to add to your project
5. In your startup class, add the following lines bellow services.AddIdentity\<ApplicationUser, IdentityRole\>()
```
.AddUserStore<UserStore<ApplicationUser>>()
.AddRoleStore<RoleStore<IdentityRole>>()
```
.AddRoleStore<RoleStore<IdentityRole>>()
```
6. In your startup class, add ```using IdentityRole = AspNetCore.Identity.PostgreSQL.IdentityRole;``` in the using section.
Expand Down

0 comments on commit 62ccb88

Please sign in to comment.