Skip to content

Commit fd5f7d0

Browse files
authored
Update README.md
1 parent ba5c337 commit fd5f7d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ npm install react-native-bcrypt-cpp
1212

1313

1414
```js
15-
import { multiply } from 'react-native-bcrypt-cpp';
15+
import {
16+
generateHash,
17+
generateHashSync,
18+
validatePassword,
19+
validatePasswordSync,
20+
} from 'react-native-bcrypt-cpp';
1621

1722
// ...
1823

19-
const result = multiply(3, 7);
2024
```
2125

2226

0 commit comments

Comments
 (0)