We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a26cc6 commit 5be5d56Copy full SHA for 5be5d56
README.md
@@ -20,7 +20,7 @@ import { sha256 } from 'react-native-sha256';
20
21
Build a sha256-hash:
22
23
-```
+```javascript
24
sha256("Test").then( hash => {
25
console.log(hash);
26
})
0 commit comments