Skip to content

Commit c8c303f

Browse files
changes to readme.md
1 parent 8fc07fb commit c8c303f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

generator/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ or remote URL)\
4242

4343
## 🛠️ Output Structure
4444

45-
After running the generator: - `:models` → contains all `data class`es
46-
and enums for NEAR RPC - `:client` → contains the `NearClient`
47-
implementation and RPC call functions
45+
After running the generator:
46+
- `:models` → contains all `data classes` and enums for NEAR RPC
47+
- `:client` → contains the `NearClient` implementation and RPC call functions
4848

4949
If you use `--models-out` or `--client-out`, the generated files will be
5050
placed in those custom directories.
@@ -53,12 +53,7 @@ placed in those custom directories.
5353

5454
## 📖 Development Notes
5555

56-
- The generator typically uses [OpenAPI
57-
Generator](https://openapi-generator.tech/) or a custom
58-
implementation
59-
- To customize the output, edit the templates or configuration
60-
- Before publishing a release, ensure the generator has been executed
61-
with the latest OpenAPI spec
56+
- The generator typically uses a custom implementation
6257

6358
------------------------------------------------------------------------
6459

0 commit comments

Comments
 (0)