Skip to content

Commit 3984f7f

Browse files
committed
Added quotes to escape special characters
``` bash $ say -v Daniel Would you like a cup of tea? ``` will not run unless quotes are added around the sentence.
1 parent b6cbcb9 commit 3984f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mac/list-all-the-say-voices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Your friends will be even more impressed when you use some of the alternate
1010
voices.
1111

1212
```bash
13-
$ say -v Daniel Would you like a cup of tea?
13+
$ say -v Daniel "Would you like a cup of tea?"
1414
```
1515

1616
To see all the alternate voices available, type the following

0 commit comments

Comments
 (0)