diff --git a/Neo4j-HW-[docker].ipynb b/Neo4j-HW-[docker].ipynb index ad80ac4..4f0621c 100644 --- a/Neo4j-HW-[docker].ipynb +++ b/Neo4j-HW-[docker].ipynb @@ -231,7 +231,7 @@ "- Moreover, we add 3 directors (Person) :\n", " - 'Lilly Wachowski', born in (1967)\n", " - 'Lana Wachowski', born in(1965)\n", - " - 'Joel Silver', born in (1952)\n", + " - 'Joel Silver', born in (1952) (although he is the producer, not the director)\n", "- For these directors specify one more Label (\"Director\").\n", "- We Create a new RelationType \"DIRECTED\" that goes from the later 3 director nodes to \"the Matrix\" movie node." ] @@ -348,7 +348,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### After Running Such new Insertions to The Graph it will look like That" + "#### After Running Such new Insertions to The Graph it will look like That (except for the third made-up director)" ] }, {