Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Dec 15, 2011
1 parent 77fd427 commit 0d40c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An asciidoc backend for deck.js
Dependencies
------------

* Asciidoc
* AsciiDoc
* deck.js


Expand All @@ -16,9 +16,9 @@ Installation

No need to install, just make sure asciidoc can properly find deck.js.conf. For asciidoc's configuration file loading strategy, please refer to [this guide](http://www.methods.co.nz/asciidoc/userguide.html#X7).

The easiest way is to put `deck.js.conf` and the asciidoc file you wrote in the same directory.
The easiest way is to put `deckjs.conf` and the asciidoc file you wrote in the same directory.

However, you can download `deck.js` by following command:
However, you can download `deckjs` by following command:
```bash
make isntall
```
Expand All @@ -30,6 +30,6 @@ Usage
```bash
asciidoc -f deck.js.conf file.asciidoc
```
Where file.asciidoc is the asciidoc file you wrote.
file.asciidoc is the asciidoc file you wrote.


11 changes: 5 additions & 6 deletions example.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@ fade, horizontal-slide, vertical-slide

== What is deck.js?

*deck.js* is a JavaScript library for building modern HTML
presentations. *deck.js* is flexible enough to let advanced CSS
and JavaScript authors craft highly customized decks, but also
provides templates and themes for the HTML novice to build a
standard slideshow.
*deck.js* is a JavaScript library for building modern HTML presentations. *deck.js* is flexible enough to let advanced CSS and JavaScript authors craft highly customized decks, but also provides templates and themes for the HTML novice to build a standard slideshow.


For more information, please check out its http://imakewebthings.github.com/deck.js/[Project page]

== How to generate deck.js with Asciidoc

It's just as simple as issusing following command:

...........................................
asciidoc -f deck.js.conf file.asciidoc
asciidoc -f deckjs.conf file.asciidoc
...........................................


Expand Down

0 comments on commit 0d40c7a

Please sign in to comment.