You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
The **OpenAPI.NET** SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
7
7
8
-
**See more information on the OpenAPI spec and its history here: <ahref="https://www.openapis.org">OpenAPI Initiative</a>**
8
+
**See more information on the OpenAPI spec and its history here: <ahref="https://www.openapis.org">Open API Initiative</a>**
9
9
10
10
Project Objectives
11
11
@@ -20,13 +20,13 @@ The OpenAPI.NET project holds the base object model for representing OpenAPI des
20
20
The base JSON and YAML Readers are built into this project. Below is the list of supported "reader" projects.
21
21
22
22
- .NET Comment Reader: [Coming Soon]
23
-
- OData (CSDL) Reader: [Comming Soon]
23
+
- OData (CSDL) Reader: [Coming Soon]
24
24
25
25
# Example Usage
26
26
27
-
Creating a OpenAPI Document
27
+
Creating an OpenAPI Document
28
28
29
-
```Csharp
29
+
```C#
30
30
vardocument=newOpenApiDocument
31
31
{
32
32
Info=newOpenApiInfo
@@ -63,7 +63,7 @@ var document = new OpenApiDocument
@@ -109,4 +105,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
109
105
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
110
106
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
111
107
112
-
To provide feedback and ask questions you can use StackOverflow in the [OpenApi.net](https://stackoverflow.com/questions/tagged/openapi.net) tag or use the Slack OpenApi.net Slack channel which you can register for at http://slack.httpapis.com
108
+
To provide feedback and ask questions you can use StackOverflow with the [OpenApi.net](https://stackoverflow.com/questions/tagged/openapi.net) tag or use the OpenApi.net Slack channel which you can register for at http://slack.httpapis.com
0 commit comments