Skip to content

Commit 05bd5f7

Browse files
committed
renaming demo to example
1 parent 42a9947 commit 05bd5f7

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The only required arguments are the name to give the newly-created graph (which
2626
The nodes and relationship flags should be specified once per input file.
2727

2828
```
29-
python bulk_insert.py GRAPH_DEMO -n demo/Person.csv -n demo/Country.csv -r demo/KNOWS.csv -r demo/VISITED.csv
29+
python bulk_insert.py GRAPH_DEMO -n example/Person.csv -n example/Country.csv -r example/KNOWS.csv -r example/VISITED.csv
3030
```
3131
The label (for nodes) or relationship type (for relationships) is derived from the base name of the input CSV file. In this query, we'll construct two sets of nodes, labeled `Person` and `Country`, and two types of relationships - `KNOWS` and `VISITED`.
3232

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)