Skip to content

Commit

Permalink
fix: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Dec 15, 2011
1 parent e2dad10 commit b4efa84
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ Dependencies
* AsciiDoc
* deck.js

If you haven't download deck.js, you can download it using following command:

```bash
make isntall
```


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).
All you need to do is to make sure your asciidoc can properly find `deckjs.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 `deckjs.conf` and the asciidoc file you wrote in the same directory.

However, you can download `deckjs` by following command:
```bash
make isntall
```


Usage
-----
Expand Down

0 comments on commit b4efa84

Please sign in to comment.