Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrop authored Aug 1, 2018
1 parent ed797e9 commit fce014a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `ffprobe-static-electron`
# `ffprobe-static`


**-->Modified version<--** adding `browser`, as a platform option, for use case when module is bundled using browserify. and added to html using src.The module untimately it returns a file path to the binary. This is tailored for a use case such as that of [autoEdit.io](http://autoEdit.io) where it is an electron app where the front end is in backbone and bundled with browserify, while the backend, is a series of node modules, where the code to run ffprobe ultimatly resides.
Expand All @@ -17,7 +17,7 @@ Usage
----

```js
var ffprobe = require('ffprobe-static-electron');
var ffprobe = require('ffprobe-static');
console.log(ffprobe.path);
```

Expand Down

0 comments on commit fce014a

Please sign in to comment.