Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Oct 7, 2017
1 parent 0b73b57 commit 3496171
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
.tmp/
test/
dist/
example/
template/
node_modules/
.idea/
npm-debug.log
Expand Down
9 changes: 4 additions & 5 deletions .npmignore
@@ -1,10 +1,9 @@
test/
example/
dist/
.tmp/
.idea/
test/
dist/
example/
template/
.eslintrc.json
.gitignore
.travis.yml
.DS_Store
npm-debug.log
6 changes: 3 additions & 3 deletions example/index.md
Expand Up @@ -61,7 +61,7 @@ class: middle

## Installation

- **Prerequisites**: [NodeJS](https://nodejs.org) v6+ and [Decktape](https://github.com/astefanutti/decktape) for PDF export (optional)
- **Prerequisites**: [NodeJS](https://nodejs.org) v7.6+

```sh
$ npm install -g backslide
Expand All @@ -71,7 +71,7 @@ $ bs init
$ bs serve
```

Open `presentation.md` with your favorite editor and start making changes!
Open `presentation.md` with your favorite [editor](https://code.visualstudio.com) and start making changes!

---

Expand All @@ -98,7 +98,7 @@ Use `bs export` to export your presentations as self-contained HTML.

Use `bs pdf` to export your presentations as PDF.

> For this feature to work, you need to install [Decktape](https://github.com/astefanutti/decktape).
> This feature use [Decktape](https://github.com/astefanutti/decktape).
---

Expand Down

0 comments on commit 3496171

Please sign in to comment.