philippkueng / node-neo4j

Neo4j REST API wrapper for Node.js
MIT License
211 stars 44 forks source link

update README.md, 2.0.0-RC3 insertNode callback arguments are diff #32

Closed lazaruslarue closed 10 years ago

lazaruslarue commented 10 years ago

/* for 2.0.0-RC3, use: console.log(node._id) */

node.id is undefined in 2.0.0-RC3

philippkueng commented 10 years ago

Hi @lazaruslarue,

Thanks for your patch. I really forgot to mention that in the README. Cool that you helped out.

For next time could you open the pull request against the develop branch instead of the master. I will merge it this time since i'll do some cleaning before making another RC release

Cheers Phil