Skip to content

Commit

Permalink
Changed default filename \#marketing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Aug 28, 2013
1 parent e82770e commit 87bc4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ the following fields.
* **url**: A url to your website
* **twitter**: Your twitter handle
* **style**: An optional stylesheet to load
* **output**: A location to save the rendered document (default: *output.html*)
* **output**: A location to save the rendered document (default: *cleaver.html*)
* **controls**: A boolean representing whether or not arrow buttons should be included (default: *true*)

If author is included, the following slide will be automatically inserted
Expand Down
2 changes: 1 addition & 1 deletion lib/cleaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Cleaver.prototype._loadAssets = function () {
*/
Cleaver.prototype._renderSlideshow = function () {
var putControls = this.metadata.controls || (this.metadata.controls === undefined);
var outputLocation = this.metadata.output || 'output.html';
var outputLocation = this.metadata.output || 'cleaver.html';
var title = this.metadata.title || 'Untitled';

var slideData = {
Expand Down

0 comments on commit 87bc4cf

Please sign in to comment.