Skip to content

Commit

Permalink
brush up readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Feb 22, 2016
1 parent 67fd477 commit 690ae2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -68,7 +68,7 @@ You can add slide attributes like above.

### Customize Theme

Get default theme:
While `revealgo` is running, open another terminal and get the theme file `black.css`:

```
$ curl http://localhost:3000/revealjs/css/theme/black.css > original.css
Expand All @@ -80,15 +80,15 @@ Edit `original.css`, And then run `revealgo` with `--theme` option:
$ revealgo --theme original.css slide.md
```

### Customize Configuration
### Customize Slide Configurations

While `revealgo` is running, open another terminal and get the default `index.html`:
Get the default slide HTML file:

```
$ curl http://localhost:3000/ > index.html
$ curl http://localhost:3000/ > slide.html
```

Edit `index.html`, and then open `http://localhost:3000/index.html` with your browser. A slide with the modified configuration will come up.
Edit `slide.html`, and then open `http://localhost:3000/slide.html` with your browser. A slide with the modified configurations will come up.

## See Also

Expand Down

0 comments on commit 690ae2d

Please sign in to comment.