Skip to content

Commit 279f43d

Browse files
committed
Update README.md
1 parent 97fca91 commit 279f43d

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
@@ -91,7 +91,7 @@ It's just as easy--just use the `-i` flag to point to either a server or file.
9191
### Modifying the client library format
9292
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.
9393

94-
You can look at `src/main/resources/${your-language}` for examples. To make your own templates, create your own files and use the `-t` flag to specify your tempalte folder. It actually is that easy.
94+
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 tempalte folder. It actually is that easy.
9595

9696
### Where is Javascript???
9797
See our [javascript library](http://github.com/swagger-api/swagger-js)--it's completely dynamic and doesn't require

0 commit comments

Comments
 (0)