From 9c3f8e2acc9e3f4a2a61a3a7afc5a4270369b3cf Mon Sep 17 00:00:00 2001 From: mtashiro Date: Tue, 26 Dec 2023 16:58:48 +0900 Subject: [PATCH] Update README.md Fix Cypher syntax. --- iyp/crawlers/bgpkit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iyp/crawlers/bgpkit/README.md b/iyp/crawlers/bgpkit/README.md index 5477783..f400f50 100644 --- a/iyp/crawlers/bgpkit/README.md +++ b/iyp/crawlers/bgpkit/README.md @@ -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}) ```