cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

Prefer url to account in README #436

Closed ricellis closed 3 years ago

ricellis commented 3 years ago

Checklist

Description

Update README to prefer url to account for init.

Fixes #435

Approach

Except for the explicit documentation about using the account option, replace other example init blocks to use url.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging

emlaver commented 3 years ago

Do we need to update the other .cloudant.com URL references in the README?

ricellis commented 3 years ago

Done in a240c50 - I left a couple in the example err - they serve as well as any URL there.