Ver código fonte

update-readme

drhodes 13 anos atrás
pai
commit
f8d703feed
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -12,7 +12,9 @@ Ranged generators
 These will generate a string with a variable number 
 of elements specified by a range you provide
 
-* Word(min, max int) string
+-- // generate a word is at least min letters and at most max.
+-- Word(min, max int) string  
+
 * Sentence(min, max int) string
 * Paragraph(min, max int) string