File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/Examples/GettingStarted Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<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 " />
33</p >
44
55# JsonApiDotNetCore
Original file line number Diff line number Diff line change 11# Installation
22
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.
44
55### CLI
66
77```
8- dotnet add package JsonApiDotnetCore
8+ dotnet add package JsonApiDotNetCore
99```
1010
1111### Visual Studio
1212
1313``` powershell
14- Install-Package JsonApiDotnetCore
14+ Install-Package JsonApiDotNetCore
1515```
1616
1717### * .csproj
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dotnet new webapi
2525### Install
2626
2727```
28- dotnet add package JsonApiDotnetCore
28+ dotnet add package JsonApiDotNetCore
2929
3030- or -
3131
32- Install-Package JsonApiDotnetCore
32+ Install-Package JsonApiDotNetCore
3333```
3434
3535### Define Models
Original file line number Diff line number Diff line change 77You can verify the project is running by checking this endpoint:
88` localhost:14141/api/people `
99
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:
1111
1212Repository: https://github.com/json-api-dotnet/JsonApiDotNetCore
1313
You can’t perform that action at this time.
0 commit comments