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
commit b675e59162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
```