Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Sep 20, 2024
1 parent e8e2d8c commit 4f7a7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ run query q3b("2024-01-01", "2024-12-31", "Scott")
| Pointing left | <-[e:transfer]- | <-[alias:type1\|type2\|..]- | Y |
| Pointing right | -[e:transfer]-> | -[alias:type1\|type2\|..]-> | Y |
| undirected | -[e:hasPhone]-> | -[alias:type1\|type2\|..]-> | N |
| Left or undirected | <-[e:transfer\|hasPhone]- | <-[alias:type1\|type2\|..]- | Y |
| Right or undirected | -[e:transfer\|hasPhone]-> | -[alias:type1\|type2\|..]-> | Y |
| Left or undirected | <-[e:transfer\|hasPhone]- | <-[alias:type1\|type2\|..]- | N |
| Right or undirected | -[e:transfer\|hasPhone]-> | -[alias:type1\|type2\|..]-> | N |
| Left or right | <-[e:transfer]-> | <-[alias:type]-> | Y |
| Left, undirected, or right | -[e:transfer\|hasPhone]- | -[alias:type1\|type2\|..]- | Y |
Expand Down

0 comments on commit 4f7a7bc

Please sign in to comment.