Skip to content

Commit a02b839

Browse files
authored
Update README.md
1 parent a7697b7 commit a02b839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import parseHydraDocumentation from 'api-doc-parser/lib/hydra/parseHydraDocument
3232
parseHydraDocumentation('https://demo.api-platform.com').then(({api}) => console.log(api));
3333
```
3434

35-
## Support for other formats (Swagger/OpenAPI, API Blueprint, JSONAPI...)
35+
## Support for other formats (GraphQL, Swagger/OpenAPI, JSONAPI...)
3636

3737
API Doc Parser is designed to parse any API documentation format and convert it in the same intermediate representation.
3838
For now, only Hydra is supported but if you develop a parser for another format, please [open a Pull Request](https://github.com/dunglas/api-doc-parser/pulls)

0 commit comments

Comments
 (0)