diff --git a/README.adoc b/README.adoc index f1e4463..0f41047 100644 --- a/README.adoc +++ b/README.adoc @@ -23,7 +23,7 @@ CALL thm.characterChain('what a nice text') YIELD path RETURN path; match (t:Text) where t.text is not null with t -call thm.tokenChain(t.text) yield path return path; +call thm.characterChain(t.text) yield path return path; ----