Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bwl21 committed Jan 18, 2014
1 parent 1de7318 commit ea07b8b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ In order to use Wortsammler, you need to install the prerequisites:

### display the options

Wortsammler -h
wortsammler -h

### process markdown files

Wortsammler -pi readme.md -o.
wortsammler -pi readme.md -o.
-- generates readme.pdf

Wortsammler -pi readme.md -f pdf:docx:html -o.
wortsammler -pi readme.md -f pdf:docx:html -o.
-- generates readme.pdf, readme.html, readme.docx

Wortsammler -bi readme.md
wortsammler -bi readme.md
-- beautifies readme.md (normalizes the markdown)

Wortsammler -bi .
wortsammler -bi .
-- recursively beautifies all markdown files in the current folder

### initialize a project

Wortsammler init <folder>
wortsammler init <folder>

This command generates the proposed directory structure, a first
document manifest and a rake file to do the processing.
Expand Down Expand Up @@ -126,6 +126,12 @@ The rakefile is in `<folder>/30_Sources/ZSUPP_Tools`
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

## License

MIT: http://www.opensource.org/licenses/mit-license.php



## thanks to

- John Mc Farlane for [pandoc][]
Expand Down

0 comments on commit ea07b8b

Please sign in to comment.