diff --git a/README.md b/README.md index 5a851c26..f9f9d68d 100644 --- a/README.md +++ b/README.md @@ -469,7 +469,7 @@ If you want the menu to not show when no match is found, you can set your `noMat ```js noMatchTemplate: function () { - return ''; + return ''; } ```