Skip to content

Commit

Permalink
Fix small typo in README.md (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiKrishna1908 committed Dec 11, 2022
1 parent 76447ed commit d1104ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -188,7 +188,7 @@ For more details see [Modules and Namespaces](http://vojtechhabarta.github.io/ty

REST frameworks
---------------
Typescript-generator can generate not only TypeScript declarations for JSON Java classes but it can also generate client classes for REST services. Suppported REST frameworks are JAXR-RS and Spring. Client for JAX-RS service can be generated using `generateJaxrsApplicationClient` parameter, client for Spring service can be generated using `generateSpringApplicationClient`. Since Spring support is in separate module it is needed to add this module to typescript-generator dependencies. Here is example for Maven:
Typescript-generator can generate not only TypeScript declarations for JSON Java classes but it can also generate client classes for REST services. Supported REST frameworks are JAXR-RS and Spring. Client for JAX-RS service can be generated using `generateJaxrsApplicationClient` parameter, client for Spring service can be generated using `generateSpringApplicationClient`. Since Spring support is in separate module it is needed to add this module to typescript-generator dependencies. Here is example for Maven:
``` xml
<plugin>
<groupId>cz.habarta.typescript-generator</groupId>
Expand Down

0 comments on commit d1104ea

Please sign in to comment.