Skip to content

Commit 955b3e1

Browse files
changes to readme.md
1 parent c8c303f commit 955b3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To run the generator manually with default settings:
3030
The generator accepts parameters via `--args`. Example:
3131

3232
``` bash
33-
./gradlew :generator:run --args="--openapi-url https://raw.githubusercontent.com/near/nearcore/master/chain/jsonrpc/openapi/openapi.json --models-out build/generated/models --client-out build/generated/client"
33+
./gradlew :generator:run --args="--openapi-url https://raw.githubusercontent.com/near/nearcore/master/chain/jsonrpc/openapi/openapi.json --models-out build/generated/models --client-out build/generated/client"
3434
```
3535

3636
**Parameters:** - `--openapi-url` → URL of the OpenAPI spec (local file

0 commit comments

Comments
 (0)