Skip to content

Commit 83fb841

Browse files
authored
Update README.md
fix double Gg, add periods
1 parent 7683189 commit 83fb841

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
@@ -19,9 +19,9 @@ version 3 first with one of many available converters._
1919

2020
The Python clients generated by openapi-generator comes some downsides. This tool aims to improve on it by:
2121

22-
1. Ggenerating clients which use all the latest and greatest Python features like type annotations and dataclasses
23-
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 large Java probject which uses Mustache templates.
22+
1. Generating clients which use all the latest and greatest Python features like type annotations and dataclasses.
23+
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.
2525

2626
Additionally, because this generator is written in Python, it should be more accessible to contribution by the people
2727
using it (Python developers).

0 commit comments

Comments
 (0)