diff --git a/README.md b/README.md index 8032be5..2964cf6 100644 --- a/README.md +++ b/README.md @@ -912,7 +912,7 @@ $ true ``` ## Check if a number is an integer - +Note: This does not work in `zsh`, or `zsh` invoked as `sh`, as `printf %d` called with a string in zsh simply prints 0 rather than erroring. **Example Function:** ```sh