README.md in slideshow-3.0.0 vs README.md in slideshow-3.0.1
- old
+ new
@@ -19,11 +19,11 @@
```
SYNOPSIS
slideshow [global options] command [command options] [arguments...]
VERSION
- 2.0.0
+ 3.0.0
GLOBAL OPTIONS
-c, --config=PATH - Configuration Path (default: ~/.slideshow)
--verbose - (Debug) Show debug messages
--version - Show version
@@ -54,13 +54,12 @@
--slide - Use only !SLIDE for slide breaks (Showoff Compatible)
-o, --output=PATH - Output Path (default: .)
-t, --template=MANIFEST - Template Manifest (default: s6)
EXAMPLES
- slideshow build microformats
- slideshow build microformats.text
- slideshow build microformats -o slides # Output slideshow to slides folder
- slideshow build microformats -t s5blank # Use your own slide show templates (e.g. s5blank)
+ slideshow build microformats.text
+ slideshow build microformats.text -o slides # Output slideshow to slides folder
+ slideshow build microformats.text -t s5blank # Use your own slide show templates (e.g. s5blank)
```
### `list` Command