Browse Source

updated-readme

drhodes 13 years ago
parent
commit
8a61546d01
1 changed files with 7 additions and 7 deletions
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -1,4 +1,4 @@
-This makes generating lorem ipsum a snap for your project.
+Generating lorem ipsum for your project.
 
 =============
 
@@ -15,14 +15,14 @@ Ranged generators
 These will generate a string with a variable number 
 of elements specified by a range you provide
 
-* lorem.Word(min, max int) string
-* lorem.Sentence(min, max int) string
-* lorem.Paragraph(min, max int) string
+* Word(min, max int) string
+* Sentence(min, max int) string
+* Paragraph(min, max int) string
 
 Convenience functions
 ---------------------
-* lorem.Host() string
-* lorem.Email() string
-* lorem.Url() string
+* Host() string
+* Email() string
+* Url() string