Skip to content

Commit 9b057c0

Browse files
authored
add: documentation link on README.md (#978)
1 parent 86273d5 commit 9b057c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ const hashed = QuickCrypto.createHash('sha256')
143143
.digest('hex');
144144
```
145145

146+
More details can be found on the [documentation](https://margelo.github.io/react-native-quick-crypto/).
147+
146148
## Limitations
147149

148150
Not all cryptographic algorithms are supported yet. See the [implementation coverage](./.docs/implementation-coverage.md) document for more details. If you need a specific algorithm, please open a `feature request` issue and we'll see what we can do.

0 commit comments

Comments
 (0)