Skip to content

Commit 4f2cdf5

Browse files
authored
Update README.md
1 parent 7a684ac commit 4f2cdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import { fula, Types } from 'react-native-fula';
1919
await fula.initJNI('', ''); //identity,storePath
2020

2121
//Store file to the box
22-
const res = await fula.put(ciduint8.toString(), valueString);
22+
const res = await fula.putJNI(ciduint8.toString(), valueString);
2323

2424
//Get file path form the box
25-
const fetchedValue = await fula.get(ciduint8.toString());
25+
const fetchedValue = await fula.getJNI(ciduint8.toString());
2626

2727
```
2828

0 commit comments

Comments
 (0)