Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolka committed Apr 29, 2017
1 parent f61bb78 commit 7703a38
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ PM> Install-Package ZNetCS.AspNetCore.Authentication.Basic

## Usage

When you install the package, it should be added to your `package.json`. Alternatively, you can add it directly by adding:
When you install the package, it should be added to your `.csproj`. Alternatively, you can add it directly by adding:


```json
{
"dependencies" : {
"ZNetCS.AspNetCore.Authentication.Basic": "1.0.0"
}
}
```xml
<ItemGroup>
<PackageReference Include="ZNetCS.AspNetCore.Authentication.Basic" Version="1.0.0" />
</ItemGroup>
```

In order to use the basic authentication middleware, you must configure the services in the `Configure` call of `Startup`. Because basic
Expand Down

0 comments on commit 7703a38

Please sign in to comment.