Skip to content

Commit 6a95b8b

Browse files
authored
Merge pull request #14 from mathieug/patch-1
Update README about getAppEnv().isLocal
2 parents b3eeec9 + 4d70eb0 commit 6a95b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This function returns an object with the following properties:
9898
* `bind`: hostname/ip address for binding
9999
* `urls`: URLs used to access the servers
100100
* `url`: first URL in `urls`
101-
* `isLocal`: true if a valid `VCAP_APPLICATION` env var was found, false otherwise
101+
* `isLocal`: false if a valid `VCAP_APPLICATION` env var was found, true otherwise
102102

103103
The returned object also has the following methods available:
104104

0 commit comments

Comments
 (0)