Skip to content

Commit 32a03a7

Browse files
committed
fix typo
1 parent e720e6f commit 32a03a7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,37 +63,37 @@ export RPC='XXXX'
6363
export NODE_URL='XXXX'
6464
```
6565

66-
- Optional set metadataCache URL if you want to use a custom Aquarius version instead of the default one. This will not be used if you have set an Ocean Node url.
66+
- Optional, set metadataCache URL if you want to use a custom Aquarius version instead of the default one. This will not be used if you have set an Ocean Node url.
6767

6868
```
6969
export AQUARIUS_URL='XXXX'
7070
```
7171

72-
- Optional set Provider URL if you want to use a custom Provider version instead of the default one. This will not be used if you have set an Ocean Node url.
72+
- Optional, set Provider URL if you want to use a custom Provider version instead of the default one. This will not be used if you have set an Ocean Node url.
7373

7474
```
7575
export PROVIDER_URL='XXXX'
7676
```
7777

78-
- Optional set ADDRESS_FILE if you want to use a custom set of smart contract address
78+
- Optional, set ADDRESS_FILE if you want to use a custom set of smart contract address
7979

8080
```
8181
export ADDRESS_FILE='path-to-address-file'
8282
```
8383

84-
- Optional set INDEXING_MAX_RETRIES to the max number of retries when waiting for an asset to be indexed. Default is 100 retries max.
84+
- Optional, set INDEXING_MAX_RETRIES to the max number of retries when waiting for an asset to be indexed. Default is 100 retries max.
8585

8686
```
8787
export INDEXING_MAX_RETRIES='100'
8888
```
8989

90-
- Optional set INDEXING_RETRY_INTERVAL to the interval (in miliseconds) for each retry when waiting for an asset to be indexed. Default is 3 seconds.
90+
- Optional, set INDEXING_RETRY_INTERVAL to the interval (in miliseconds) for each retry when waiting for an asset to be indexed. Default is 3 seconds.
9191

9292
```
9393
export INDEXING_RETRY_INTERVAL='3000'
9494
```
9595

96-
- Optional set AVOID_LOOP_RUN to 'true' to run each command and exit afterwards (usefull for CI test env and default bahaviour). IF not set or set to 'false' the CLI will listen interactively for commands, until exit is manually forced
96+
- Optional, set AVOID_LOOP_RUN to 'true' to run each command and exit afterwards (usefull for CI test env and default behaviour). IF not set or set to 'false' the CLI will listen interactively for commands, until exit is manually forced
9797

9898
```
9999
export AVOID_LOOP_RUN='true/false'

0 commit comments

Comments
 (0)