Skip to content

Commit f315e25

Browse files
committed
Fixing docs.
1 parent 217fa59 commit f315e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Category overview screenshot](docs/images/oainet.png "Microsoft + OpenAPI = Love")
22

33
# OpenAPI.NET [Preview]
4-
[ Disclaimer: This repository is in a preview state. Expect to see some iterating as we working towards the final release candidate slated for early 2018.]
4+
[ Disclaimer: This repository is in a preview state. Expect to see some iterating as we working towards the final release candidate slated for early 2018. ]
55

66
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.
77

@@ -16,9 +16,9 @@ Project Objectives
1616
# Readers
1717
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 reading raw JSON/YAML or from individual "Readers", a number of which are in the works.
1818

19-
The base JSON and YAML Readers are built into this project. Below are a few other custom Readers developed externally.
19+
The base JSON and YAML Readers are built into this project. Below is the list of supported "reader" projects.
2020

21-
- .NET Comment Reader Repo: [Coming Soon]
21+
- .NET Comment Reader: [Coming Soon]
2222

2323
# Build Status
2424

0 commit comments

Comments
 (0)