Skip to content

Commit 1c9a9e5

Browse files
committed
Update Readme
refs #15
1 parent 0f61a58 commit 1c9a9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ This lib has it's own build in **Base64** encoder:
300300
Bytes.parseBase64("SpT9/x6v7Q==");
301301

302302
Bytes.from(array).encodeBase64(); //"SpT9/x6v7Q=="
303+
Bytes.from(array).encodeBase64Url(); //"SpT9_x6v7Q=="
303304
```
304305

305306
Additionally the following encodings are supported:

0 commit comments

Comments
 (0)