Update README.md for 2.0 RC2 Project: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/commit/aa7d1073 Tree: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/tree/aa7d1073 Diff: http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/diff/aa7d1073
Branch: refs/heads/master Commit: aa7d1073e7a2d92f4b149ff2d3f6423d651d1234 Parents: 3c5679c Author: Brandon Shelley <[email protected]> Authored: Thu Nov 10 12:20:13 2016 -0800 Committer: GitHub <[email protected]> Committed: Thu Nov 10 12:20:13 2016 -0800 ---------------------------------------------------------------------- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid-nodejs/blob/aa7d1073/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index dac9b75..65f8329 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://www.codacy.com/app/remus/usergrid-nodejs) +[](https://www.codacy.com/app/brandonscript/usergrid-nodejs) [](https://travis-ci.org/brandonscript/usergrid-nodejs) [](https://badge.fury.io/js/usergrid) @@ -11,16 +11,16 @@ _**Note:** This Node.js SDK 2.0 for Usergrid is **not** backwards compatible wit ## Current Release -- Pre-release: [Release Candidate 1](https://github.com/r3mus/usergrid-nodejs/releases), available here or on npm +- Pre-release: [2.0 Release Candidate 2](https://github.com/brandonscript/usergrid-nodejs/releases), available here or on npm - Stable: [0.10.11](https://github.com/apache/usergrid/tree/master/sdks/nodejs) ## 2.X Bugs -Please open an [issue](https://github.com/r3mus/usergrid-nodejs/issues/new) +Please open an [issue](https://github.com/brandonscript/usergrid-nodejs/issues/new) ## Known Issues -- Native support for push notifications is slated for RC2. Workaround is to send a regular POST request to `'devices/<device_ID>/notifications'` +- Native support for push notifications is slated for RC3. Workaround is to send a regular POST request to `'devices/<device_ID>/notifications'` - There is no clean way to require submodules (e.g. `UsergridClient` or `UsergridEntity`) modules without referencing the full path to `../lib/<class>`. - Any other functionality that is missing or expected, please open an issue. @@ -40,7 +40,7 @@ To install the 2.0 release candidates, install from [npm](https://www.npmjs.com/ If you want access to the latest development build (you will need to run `npm install` to keep it up to date): - npm install r3mus/usergrid-nodejs + npm install brandonscript/usergrid-nodejs ## Usage
