Skip to content

Commit afc0e79

Browse files
authored
Update README.md
1 parent 83fb841 commit afc0e79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ The Python clients generated by openapi-generator comes some downsides. This too
2121

2222
1. Generating clients which use all the latest and greatest Python features like type annotations and dataclasses.
2323
2. Having better documentation and more obvious usage instructions.
24-
3. Being easier to imrpove and extend. Since it's written in python and jinja2 templates while openapi-generator is a larger Java probject which uses mustache templates.
25-
26-
Additionally, because this generator is written in Python, it should be more accessible to contribution by the people
27-
using it (Python developers).
24+
3. Being easier to improve and extend, especially for python developers. Since openapi-python-client is written in python and jinja2 templates, while openapi-generator is a larger Java project which uses more restrictive mustache templates.
2825

2926
## Installation
3027

0 commit comments

Comments
 (0)