Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
knicklabs committed Jan 4, 2013
2 parents 17ef99b + 8a5624b commit 3bb634d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm install lorem-ipsum --global
Execute the statement `lorem-ipsum` on the command line to generate a passage of lorem ipsum. You can pass arguments to the program to fine-tune the output. See below.

```bash
lorem-ipsum --units words --count 100 --copy
lorem-ipsum --units words --count 100 --copy --format html
```

See below for a description of the arguments.
Expand All @@ -56,15 +56,19 @@ See below for a description of the arguments.
</tr>
<tr>
<td>--count</td>
<td>The ***number*** of words, sentences or paragraphs to generate</td>
<td>The <strong>number</strong> of words, sentences or paragraphs to generate</td>
</tr>
<tr>
<td>--units</td>
<td>Generate ***words***, ***sentences*** or ***paragraphs***</td>
<td>Generate <strong>words</strong>, <strong>sentences</strong> or <strong>paragraphs</strong></td>
</tr>
<tr>
<td>--copy</td>
<td>***Copy*** the output to the system clipboard</td>
<td><strong>Copy</strong> the output to the system clipboard</td>
</tr>
<tr>
<td>--format</td>
<td><strong>html</strong> or <strong>plain</strong> text format</td>
</tr>
</table>

Expand All @@ -82,4 +86,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 3bb634d

Please sign in to comment.