浏览代码

Update cowsay.md

Jeef 8 年之前
父节点
当前提交
8add923bd2
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      pages/common/cowsay.md

+ 2 - 3
pages/common/cowsay.md

@@ -2,7 +2,7 @@
 
 > Generate an ASCII character like a cow or sheep saying or thinking something.
 > Available characters are stored in the /usr/share/cowsay on Linux.
-> and /usr/local/share/cows/ on Mac. directory.
+> And /usr/local/share/cows/ on Mac. directory.
 
 - Print an ASCII cow saying "Hello world!":
 
@@ -16,7 +16,6 @@
 
 `cowthink -s "I'm just a cow, not a great thinker ..."`
 
-- Print out a list of all characters with cowsay: 
+- Print out a list of all characters with cowsay:
 
 `ls -1 {{cowsay_character_directory}}  | rev | cut -c 5- | rev | xargs -I _ cowsay -f _ cowsay -f _`
-