Skip to content

Commit 6762360

Browse files
committed
fixed typos
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 9afb06a commit 6762360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The object model for OpenAPI specification documents.
1515
1616
* How does it play with the rest of the go-openapi packages ?
1717

18-
> 1. This package is a the core of the go-openapi suite of packages and [code generator](https://github.com/go-swagger/go-swagger)
19-
> 2. There is [spec loading package](https://github.com/go-openapi/loads) to fetch specs as JSON or YAML from local or remote locations
20-
> 3. There is [spec validation package](https://github.com/go-openapi/validate) built on top of it
21-
> 4. There is [spec analysis package](https://github.com/go-openapi/analysis) built on top of it, to analyze, flatten, fix and merge spec documents
18+
> 1. This package is at the core of the go-openapi suite of packages and [code generator](https://github.com/go-swagger/go-swagger)
19+
> 2. There is a [spec loading package](https://github.com/go-openapi/loads) to fetch specs as JSON or YAML from local or remote locations
20+
> 3. There is a [spec validation package](https://github.com/go-openapi/validate) built on top of it
21+
> 4. There is a [spec analysis package](https://github.com/go-openapi/analysis) built on top of it, to analyze, flatten, fix and merge spec documents
2222
2323
* Does this library support OpenAPI 3?
2424

0 commit comments

Comments
 (0)