Skip to content

Commit

Permalink
Fixes documentation for webpack import
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Oct 6, 2018
1 parent ddf2843 commit 5b18f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install instacam
This will **download and install** Instacam into the `node_modules` folder under your project directory. When it's done, you can start to use the module in one of your javascript file like this:

```js
import Instacam from 'instacam';
import {Instacam} from 'instacam';

let camera = new Instacam(
document.querySelector('#canvas1')
Expand Down

0 comments on commit 5b18f04

Please sign in to comment.