Skip to content

Commit 6a389dd

Browse files
author
Bart Koelman
committed
Corrected casing of NuGet package name
1 parent fbbc1e6 commit 6a389dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

docs/getting-started/step-by-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/Examples/GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
You 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

1212
Repository: https://github.com/json-api-dotnet/JsonApiDotNetCore
1313

0 commit comments

Comments
 (0)