Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 289 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 289 Bytes

LoremIpsum

Generates paragraphs of fake text

  1. Add the LoremIpsumGenerator project to your solution.
  2. Call the LoremIpsum.Generate(5) method, the parameter is the number of paragraphs you want returned.
  3. Call LoremIpsum.Generate(5, true) to return paragraphs wrapped in HTML tags.