Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kuczera authored Jun 20, 2023
1 parent 8510d21 commit 7908f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
----

Expand Down

0 comments on commit 7908f41

Please sign in to comment.