Skip to content

Commit

Permalink
Merge pull request #41 from a0n/master
Browse files Browse the repository at this point in the history
Added missing fs module to example in readme.md
  • Loading branch information
Leonhardt Wille committed Jul 29, 2013
2 parents b3da911 + 716c15e commit ddb824f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This example only shows how to achieve certain tasks, it's not meant to be execu
```javascript
gphoto2 = require('gphoto2');
GPhoto = new gphoto2.GPhoto2();
fs = require('fs');

// List cameras / assign list item to variable to use below options
GPhoto.list(function(list){
Expand Down

0 comments on commit ddb824f

Please sign in to comment.