fix typo in README

This commit is contained in:
Bader Serhan 2019-09-25 16:47:44 +03:00
parent 4a8eea7af3
commit 040b17159e

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