Skip to content

Commit 137000d

Browse files
authored
Fix details about template engine and location
1 parent a14a9a8 commit 137000d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ Other languages have petstore samples, too:
441441
It's just as easy--just use the `-i` flag to point to either a server or file.
442442

443443
### Modifying the client library format
444-
Don't like the default swagger client syntax? Want a different language supported? No problem! Swagger Codegen processes mustache templates with the [jmustache](https://github.com/samskivert/jmustache) engine. You can modify our templates or make your own.
444+
Don't like the default swagger client syntax? Want a different language supported? No problem! Swagger Codegen processes handlebar templates with the [Handlebars.java](https://github.com/jknack/handlebars.java) engine. You can modify our templates or make your own.
445445

446-
You can look at `modules/swagger-codegen/src/main/resources/${your-language}` for examples. To make your own templates, create your own files and use the `-t` flag to specify your template folder. It actually is that easy.
446+
You can look at [swagger-codegen-generators](https://github.com/swagger-api/swagger-codegen-generators/tree/master/src/main/resources/handlebars) for examples. To make your own templates, create your own files and use the `-t` flag to specify your template folder. It actually is that easy.
447447

448448
### Making your own codegen modules
449449
If you're starting a project with a new language and don't see what you need, Swagger Codegen can help you create a project to generate your own libraries:

0 commit comments

Comments
 (0)