From cee1dba3264df5b268379bd4ea3de82d130d93cc Mon Sep 17 00:00:00 2001 From: Scott Hoyt Date: Mon, 25 Jan 2016 13:15:47 -0800 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835736494..83997c4e9 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ following syntax: ```yaml custom_rules: - pirate_beat_ninjas: # rule identifier + pirates_beat_ninjas: # rule identifier name: "Pirates Beat Ninjas" # rule name. optional. regex: "([n,N]inja)" # matching pattern match_kinds: # SyntaxKinds to match. optional.