Update number-lines name in docs

This commit is contained in:
Alyssa Ross 2018-07-10 16:05:26 +00:00 committed by GitHub
parent 2659912220
commit ec72108174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ For example to automatically use line numbering with .cc files, use the
following command:
----------------------------------------------------
hook global WinCreate .*\.cc %{ add-highlighter number_lines }
hook global WinCreate .*\.cc %{ add-highlighter number-lines }
----------------------------------------------------
If *group* is given, make this hook part of the named group. Groups are used