diff --git a/README.md b/README.md index 85bd963..8cd5c84 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ is not the case. ```js function (trustedStrings, ...untrustedArguments) { - if (!ArrayisTemplateObject(trustedStrings)) { + if (!Array.isTemplateObject(trustedStrings)) { // Do not trust trustedStrings } // Proceed knowing that trustedStrings