Skip to content

Commit 3febd0f

Browse files
committed
Add npm hint. Fixes #60
1 parent 3395ebd commit 3febd0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ big exposes a JavaScript API via the `big` object:
107107
* `big.reverse()`: go back 1 slide. at the first slide, do nothing.
108108
* `big.go(number)`: go to a specific slide, given its number.
109109

110+
## Installation with `npm`
111+
112+
big is available on `npm` as the `big-presentation` package.
113+
114+
npm install --save big-presentation
115+
110116
## Presentations with Big
111117

112118
* [the demo](http://macwright.org/big/demo.html)

0 commit comments

Comments
 (0)