doc for `isLocal` is wrong: ``` isLocal: true if a valid VCAP_APPLICATION env var was found, false otherwise ``` should be: ``` isLocal: false if a valid VCAP_APPLICATION env var was found, true otherwise ```