diff --git a/packages/command/README.md b/packages/command/README.md index a2875ff..b4960ca 100644 --- a/packages/command/README.md +++ b/packages/command/README.md @@ -13,7 +13,6 @@ Commands that extend `SfdxCommand` can only be used with Salesforce CLI version ```bash $ sfdx version sfdx-cli/6.42.0-ae478b3cb8 (darwin-x64) node-v8.9.4 - ``` ### Features diff --git a/packages/telemetry/README.md b/packages/telemetry/README.md index 5df02bc..ab63db2 100644 --- a/packages/telemetry/README.md +++ b/packages/telemetry/README.md @@ -19,4 +19,5 @@ REPORTER.sendTelemetryEvent('event-name', { foo: 'bar', executionTime: 0.5912 }) ## Env Variables `SFDX_DISABLE_INSIGHTS`: Set to `true` if you want to disable telemetry. -`SFDX_INSIGHTS_TIMEOUT`: Amount of time (in milliseconds) allowed for sending events before the connection is closed. This timeout is a necessary precaution for when customers have the App Insights IP blocked in their firewall. Defaults to 3000ms. +`SFDX_INSIGHTS_TIMEOUT`: Amount of time (in milliseconds) allowed for sending events before the connection is closed. +This timeout is a necessary precaution for when customers have the App Insights IP blocked in their firewall. Defaults to 3000ms.