Skip to content

Commit eb26fa7

Browse files
authored
Update README.md
1 parent 54c6de1 commit eb26fa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ RingtoneDir } = rawJsiModule.Dir
7979

8080
```ts
8181
// Data must be base64
82-
readAsync(
82+
writeAsync(
8383
data:string,
8484
path:string,
8585
callback(error:string,payload:string):void):string;
8686
```
8787
### RAW asynchronous Read
8888

8989
```ts
90-
writeSync(
90+
readAsync(
9191
path:string,
9292
callback(error:string,payload:string):void):string;
9393
```

0 commit comments

Comments
 (0)