Skip to content

Commit 2c35724

Browse files
committed
docs(readme): mention the URL-safe dictionary
1 parent 9d02dfd commit 2c35724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Takes a base64 string and returns a byte array. Optional `removeLinebreaks` rem
3838

3939
#### `fromByteArray(uint8: Uint8Array, urlSafe: boolean = false): string`
4040

41-
Takes a byte array and returns a base64 string. Optional `urlSafe` flag `true` allows for use in URLs.
41+
Takes a byte array and returns a base64 string. Optional `urlSafe` flag `true` will use [the URL-safe dictionary](https://github.com/craftzdog/react-native-quick-base64/blob/9d02dfd02599ca104d2ed6c1e2d938ddd9d6cd15/cpp/base64.h#L75).
4242

4343
#### `btoa(data: string): string`
4444

0 commit comments

Comments
 (0)