diff --git a/SC1111.md b/SC1111.md index 42d668e..862c429 100644 --- a/SC1111.md +++ b/SC1111.md @@ -26,4 +26,10 @@ If you want to use literal slanted double quotes for typographic reasons, you ca printf 'Warning: “wakeonlan” is not installed.\n' ``` +Alternatively, use single slanted Unicode quotes like so: + +```sh +printf "Warning: ‘wakeonlan’ is not installed.\n" +``` + You can also just [[ignore]] this warning. \ No newline at end of file