From 65b53b2839040f2f5994273fe57d5505dcabe572 Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Thu, 29 Mar 2012 23:22:06 -0300 Subject: [PATCH] Update README.rdoc --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 96a7c0d..864d762 100644 --- a/README.rdoc +++ b/README.rdoc @@ -191,6 +191,8 @@ To Use: [:set_node_property, node2, {"name" => "Jerry"}] # Sets the property of two nodes @neo.batch [:create_unique_node, index_name, key, value, {"age" => 33, "name" => "Max"}] # Creates a unique node + @neo.batch [:get_node_relationships, node1, "out", + [:get_node_relationships, node2, "out"] # Get node relationships in a batch @neo.batch [:get_relationship, rel1], [:get_relationship, rel2] # Gets two relationships in a batch @neo.batch [:create_relationship, "friends",