README.md in parade-0.9.0 vs README.md in parade-0.9.1
- old
+ new
@@ -23,12 +23,12 @@
> Using GitHub flavored markdown, code fences will automatically be
syntax highlighted making it incredibly easy to integrate code samples
* Code Execution
- > Slides are able to provide execution and show results for javascript,
- Coffeescript, and Ruby live within the browser. Allowing for live
+ > Slides are able to provide execution and show results for JavaScript,
+ and Coffeescript live within the browser. Allowing for live
demonstrations of code.
* Web
> The system is simply a website which allows for a lot of possibilities
@@ -299,11 +299,11 @@
>
> ### smaller
> make all slide text 70%
>
> ### execute
-> on Javascript, Coffeescript and Ruby highlighted code slides, you can
+> on Javascript and Coffeescript highlighted code slides, you can
> click on the code to execute it and display the results on the slide
# Presentation Customization
@@ -510,9 +510,30 @@
> ### Aliases
>
> parade s
>
> parade serve
+
+## parade static html [path/to/parade/file]
+
+Generates a static html representation of the presentation.
+
+> ### Options
+>
+> These options are specified *after* the command.
+>
+> *-o, --output=file* Presentation output file
+
+## parade static pdf [path/to/parade/file]
+
+Generates a pdf representation of the presentation.
+
+> ### Options
+>
+> These options are specified *after* the command.
+>
+> *-o, --output=file* Presentation output file
+
# Future Plans
I really want this to evolve into a dynamic presentation software server,
that gives the audience a lot of interaction into the presentation -