Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleynguyen committed Mar 10, 2020
1 parent 67faa58 commit 03a05b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-run-in-terminal",
"version": "1.0.1",
"version": "1.0.2",
"description": "Show and execute code in your presentation",
"main": "index.js",
"dependencies": {
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# reveal-run-in-terminal

[![NPM](https://nodei.co/npm/reveal-run-in-terminal.png)](https://nodei.co/npm/reveal-run-in-terminal/)

Add executable code examples to you [reveal.js](https://github.com/hakimel/reveal.js/#revealjs) presentation.

Tabbing between Keynote and a terminal looks terrible and it is impossible to type with people watching anyway.
Expand Down Expand Up @@ -69,7 +71,9 @@ Nothing will happen until `RunInTerminal#init` is called. You should also includ

- **`defaultBin`**: Default value for the `data-run-in-terminal-bin` attribute of individual slides (the executable used to run each code example).

###Add Some Slides
### Add Some Slides

`

```html
<section
Expand Down

0 comments on commit 03a05b0

Please sign in to comment.