From aa571f2f0cb1ca7690800ef4370f4faf9f57075a Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 19 Feb 2017 20:41:57 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9fb89..ba44d5e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ func main() { // Matches is an array of maps which point to groups // matches[lineNum][colNum] will give you the change in group at that line and column number // Note that there is only a group at a line and column number if the syntax highlighting changed at that position - matches := h.Highlight(inputString) + matches := h.HighlightString(inputString) // We split the string into a bunch of lines // Now we will print the string