Skip to content

Commit 20ced79

Browse files
committed
docs: fix README to show correct generated sources path
- Updated README.md to use `src/gen/java` instead of outdated `src/gen/java/main` - Keeps documentation consistent with latest client generation setup
1 parent 0b0ed91 commit 20ced79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customer-service-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mvn clean install
4545
Generated sources will be placed under:
4646

4747
```
48-
target/generated-sources/openapi/src/gen/java/main
48+
target/generated-sources/openapi/src/gen/java
4949
```
5050

5151
---

0 commit comments

Comments
 (0)