diff --git a/SC1016.md b/SC1016.md index db2ec10..0baf970 100644 --- a/SC1016.md +++ b/SC1016.md @@ -18,4 +18,8 @@ Some software, like OS X, Word and WordPress, may automatically replace your reg ### Exceptions -If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them. +If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them, e.g., + +```sh +printf "Warning: ‘wakeonlan’ is not installed.\n" +``` \ No newline at end of file