Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Cypher syntax.
  • Loading branch information
m-appel authored Dec 26, 2023
1 parent a1e8d1c commit 9c3f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iyp/crawlers/bgpkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ direction gives the type of relationship between the two ASes:
- rel=1: provider/customer relationship. A->B means A is the provider of B.

```
(:AS {asn:2497})-[:PEERS_WITH {rel: 0, af=4}]-(:AS {asn:2914})
(:AS {asn:2497})-[:PEERS_WITH {rel: 0, af: 4}]-(:AS {asn:2914})
```


Expand Down

0 comments on commit 9c3f8e2

Please sign in to comment.