Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anday013 authored Aug 6, 2024
1 parent ba5c337 commit fd5f7d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ npm install react-native-bcrypt-cpp


```js
import { multiply } from 'react-native-bcrypt-cpp';
import {
generateHash,
generateHashSync,
validatePassword,
validatePasswordSync,
} from 'react-native-bcrypt-cpp';

// ...

const result = multiply(3, 7);
```


Expand Down

0 comments on commit fd5f7d0

Please sign in to comment.