We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395ebd commit 3febd0fCopy full SHA for 3febd0f
README.md
@@ -107,6 +107,12 @@ big exposes a JavaScript API via the `big` object:
107
* `big.reverse()`: go back 1 slide. at the first slide, do nothing.
108
* `big.go(number)`: go to a specific slide, given its number.
109
110
+## Installation with `npm`
111
+
112
+big is available on `npm` as the `big-presentation` package.
113
114
+ npm install --save big-presentation
115
116
## Presentations with Big
117
118
* [the demo](http://macwright.org/big/demo.html)
0 commit comments