diff --git a/.gitignore b/.gitignore index 253e7c5..bf0bd30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .tmp/ test/ dist/ +example/ +template/ node_modules/ .idea/ npm-debug.log diff --git a/.npmignore b/.npmignore index 147ac26..98416df 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,9 @@ -test/ -example/ -dist/ .tmp/ .idea/ +test/ +dist/ +example/ +template/ .eslintrc.json .gitignore .travis.yml -.DS_Store -npm-debug.log diff --git a/example/index.md b/example/index.md index e3d2132..59c8d73 100644 --- a/example/index.md +++ b/example/index.md @@ -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 @@ -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! --- @@ -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). ---