diff --git a/README.md b/README.md index 8b45592..c8762a3 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Examples: ```javascript if (test('-d', path)) { /* do something with dir */ }; -if (!test('-f', path)) continue; // skip if it's a regular file +if (!test('-f', path)) continue; // skip if it's not a regular file ``` Evaluates expression using the available primaries and returns corresponding value.