Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Nov 14, 2014
1 parent c6d5487 commit e784a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $(element).voila([options][, callback]);
```js
// For example
$('#container').voila(callback);
$('#container').voila({ natural: false }, callback);
$('#container').voila({ method: 'onload' }, callback);
```

+ `options` - _Object_ - (optional) An object with Options
Expand Down

0 comments on commit e784a90

Please sign in to comment.