cloudfoundry-community / node-cfenv

easy access to your Cloud Foundry application environment for node
Apache License 2.0
74 stars 20 forks source link

doc for isLocal property is wrong #2

Open pmuellr opened 10 years ago

pmuellr commented 10 years ago

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
srl295 commented 9 years ago

It would be nice to fix this, as I just ran into this issue.

mathieug commented 8 years ago

Done with #14