first commit

This commit is contained in:
dochoffiday 2014-08-19 16:25:56 -04:00
parent 4b66d928ce
commit ff2af1ab9e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -9,5 +9,6 @@ Usage
### Text Helpers
```csharp
Lorem.Words(2, 5);
// will generate a string with two to five words:
string temp = Lorem.Words(2, 5);
```