Update readme

This commit is contained in:
Zachary Yedidia
2017-02-19 20:41:57 -05:00
parent a0ff047911
commit aa571f2f0c
+1 -1
View File
@@ -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