Merge pull request #1773 from BaderSerhan/master

fix typo in README
This commit is contained in:
Daniel Mariño Ruiz
2019-09-29 07:21:25 +02:00
committed by GitHub

View File

@@ -1168,7 +1168,7 @@ Save video to your Photos with current filter prop. Returns promise.
Example:
```
let response = await this.save();
let response = await this.player.save();
let path = response.uri;
```