1
0
Benjamin Gleitzman 12 жил өмнө
parent
commit
3e1f582207
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -3,10 +3,10 @@ howdoi - a unix code search tool
 
 Are you a hack programmer? Do you find yourself constantly Googling for how to do basic programing tasks?
 
-Suppose you want to know how to format a date in bash. Why open your browser and read through blogs when you can just..
+Suppose you want to know how to format a date in bash. Why open your browser and read through blogs when you can just...
 
-$ howdoi format string bash
-> date +"%m-%d-%y"
+    $ howdoi format string bash
+    > date +"%m-%d-%y"
 
 Usage: