diff --git a/content/posts/blog-why.md b/content/posts/blog-why.md index 56c3261..a575381 100644 --- a/content/posts/blog-why.md +++ b/content/posts/blog-why.md @@ -53,8 +53,8 @@ SET NODE Pierre.alias = "Pierre De Lancre" SET NODE Pierre.birthYear = 2000 LET Bond = CREATE EDGE Authorship WITH Pierre Blog -SET Bond.dateStart = 1782305654 -SET Bond.reason = "Discussion" +SET EDGE Bond.dateStart = 1782305654 +SET EDGE Bond.reason = "Discussion" END_TICK ```