File tree 6 files changed +8
-9
lines changed
6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" https://raw.githubusercontent.com/json-api-dotnet/JsonApiDotnetCore /master/logo.png " />
2
+ <img src =" https://raw.githubusercontent.com/json-api-dotnet/JsonApiDotNetCore /master/logo.png " />
3
3
</p >
4
4
5
5
# JsonApiDotNetCore
Original file line number Diff line number Diff line change 1
1
# Installation
2
2
3
- Click [ here] ( https://www.nuget.org/packages/JsonApiDotnetCore / ) for the latest NuGet version.
3
+ Click [ here] ( https://www.nuget.org/packages/JsonApiDotNetCore / ) for the latest NuGet version.
4
4
5
5
### CLI
6
6
7
7
```
8
- dotnet add package JsonApiDotnetCore
8
+ dotnet add package JsonApiDotNetCore
9
9
```
10
10
11
11
### Visual Studio
12
12
13
13
``` powershell
14
- Install-Package JsonApiDotnetCore
14
+ Install-Package JsonApiDotNetCore
15
15
```
16
16
17
17
### * .csproj
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dotnet new webapi
25
25
### Install
26
26
27
27
```
28
- dotnet add package JsonApiDotnetCore
28
+ dotnet add package JsonApiDotNetCore
29
29
30
30
- or -
31
31
32
- Install-Package JsonApiDotnetCore
32
+ Install-Package JsonApiDotNetCore
33
33
```
34
34
35
35
### Define Models
Original file line number Diff line number Diff line change 7
7
You can verify the project is running by checking this endpoint:
8
8
` localhost:14141/api/people `
9
9
10
- For further documentation and implementation of a JsonApiDotnetCore Application see the documentation or GitHub page:
10
+ For further documentation and implementation of a JsonApiDotNetCore Application see the documentation or GitHub page:
11
11
12
12
Repository: https://github.com/json-api-dotnet/JsonApiDotNetCore
13
13
Original file line number Diff line number Diff line change 1
- using JsonApiDotNetCoreExample . Startups ;
2
1
using Microsoft . AspNetCore . Hosting ;
3
2
using Microsoft . Extensions . Hosting ;
4
3
Original file line number Diff line number Diff line change 12
12
using Newtonsoft . Json ;
13
13
using Newtonsoft . Json . Converters ;
14
14
15
- namespace JsonApiDotNetCoreExample . Startups
15
+ namespace JsonApiDotNetCoreExample
16
16
{
17
17
public sealed class Startup
18
18
{
You can’t perform that action at this time.
0 commit comments