Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
didisouzacosta authored Apr 19, 2021
1 parent 526f782 commit 315c3de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ end
import Uncompress from 'uncompress-react-native';

// ...

await Uncompress.extract({
filePath: 'temp/sample_comic.cbr',
destination: 'data/comic',
override: true,
password: '123'
});

// ...
```

Expand Down

0 comments on commit 315c3de

Please sign in to comment.