Skip to content

Commit ef971ac

Browse files
authored
Update README.md
1 parent 2e488f5 commit ef971ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ rpClient.checkConnect().then(() => {
119119
| headers | Optional | {} | The object with custom headers for internal http client. |
120120
| debug | Optional | false | This flag allows seeing the logs of the client. Useful for debugging. |
121121
| isLaunchMergeRequired | Optional | false | Allows client to merge launches into one at the end of the run via saving their UUIDs to the temp files at filesystem. At the end of the run launches can be merged using `mergeLaunches` method. Temp file format: `rplaunch-${launch_uuid}.tmp`. |
122-
| restClientConfig | Optional | Not set | Check the details in the [HTTP client config](#http-client-config). |
122+
| restClientConfig | Optional | Not set | Check the details in the [HTTP client config](#http-client-options). |
123123
| launchUuidPrint | Optional | false | Whether to print the current launch UUID. |
124124
| launchUuidPrintOutput | Optional | 'STDOUT' | Launch UUID printing output. Possible values: 'STDOUT', 'STDERR', 'FILE', 'ENVIRONMENT'. Works only if `launchUuidPrint` set to `true`. File format: `rp-launch-uuid-${launch_uuid}.tmp`. Env variable: `RP_LAUNCH_UUID`. |
125125
| token | Deprecated | Not set | Use `apiKey` or `oauth` instead. |

0 commit comments

Comments
 (0)