Skip to content

Commit a48f184

Browse files
authored
Update README.md
1 parent 337afa4 commit a48f184

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
@@ -4,12 +4,12 @@
44
[![](https://badgen.net/github/license/api-flows/openapi-workflow-parser)](LICENSE)
55
[![](https://badgen.net/maven/v/maven-central/com.api-flows/openapi-workflow-parser)](https://repo1.maven.org/maven2/com/api-flows/openapi-workflow-parser/)
66

7-
Java parser of the [OpenAPI SIG-Workflows specification](https://github.com/OAI/sig-workflows).
7+
Parsing OpenAPI workflows.
88

99
## Overview
1010

11-
The OpenAPI Workflow parser is an open-source Java library designed to parse the OpenAPI SIG-Workflows specification files. It reads an OpenAPI workflow specifications file (either JSON or YAML formats are supported) and creates the corresponding Java objects.
12-
The goal of the parser is to simplifiy the extraction and manipulation of OpenAPI workflows, helping developers in creating applications and tools that leverage the semantic of API flows.
11+
The OpenAPI Workflow parser is an open-source Java library designed to parse the [OpenAPI SIG-Workflows specification](https://github.com/OAI/sig-workflows) files. It reads an OpenAPI workflow specifications file (JSON or YAML formats are supported) and creates the corresponding Java objects.
12+
The parser's goal is to simplifiy the extraction and manipulation of OpenAPI workflows, helping developers create applications and tools that leverage the semantics of API flows.
1313

1414
## Features
1515

0 commit comments

Comments
 (0)