Skip to content

Commit 563614e

Browse files
committed
docs(readme): update mustache snippet and simplify license section
1 parent d36be18 commit 563614e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ The Java client then uses a tiny Mustache override to render **thin shells** for
9898

9999
```mustache
100100
// api_wrapper.mustache
101+
import {{commonPackage}}.ServiceClientResponse;
102+
101103
public class {{classname}}
102-
extends io.github.bsayli.openapi.client.common.ServiceClientResponse<{{vendorExtensions.x-api-wrapper-datatype}}> {
104+
extends ServiceClientResponse<{{vendorExtensions.x-api-wrapper-datatype}}> {
103105
}
104106
```
105107

@@ -311,7 +313,7 @@ This project may not be the right fit if:
311313

312314
## 🛡 License
313315

314-
MIT
316+
This repository is licensed under **MIT** (see [LICENSE](LICENSE)). Submodules inherit the license.
315317

316318
---
317319

0 commit comments

Comments
 (0)