Skip to content

Commit 5bb6a48

Browse files
authored
Fix typo in README.md (#80)
Fix typo in README.md
1 parent bd88bd4 commit 5bb6a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category: OpenAPI REST Swagger
44

55
![Category overview screenshot](docs/images/oainet.png "Microsoft + OpenAPI = Love")
66

7-
# OpenAPI.Net
7+
# OpenAPI.NET
88

99
The **OpenAPI.NET** SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OAI JSON and YAML documents from the model.
1010

@@ -19,10 +19,10 @@ Project Objectives
1919
# Readers
2020
The OpenAPI.NET project holds the base object model for representing OAI documents as .NET objects. Translation for different data types into this object model is handled by individual "Readers".
2121

22-
The base JSON and YAML Readers are built into this project as documented "here". Below are a few other custom Readers developed externally.
22+
The base JSON and YAML Readers are built into this project as documented "here". Below are a few other custom Readers developed externally.
2323

24-
- EMD/OData Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.OData.Reader">Link</a>
25-
- .NET Comment Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.CSharpComment.Reader">Link</a>
24+
- EDM/OData Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.OData">Link</a>
25+
- .NET Comment Reader Repo: <a href="https://github.com/Microsoft/OpenAPI.NET.CSharpComment">Link</a>
2626

2727
# Contributing
2828

0 commit comments

Comments
 (0)