Skip to content

Commit e32a753

Browse files
authored
Merge pull request #188 from towednack/patch-1
Update README.md
2 parents 5fd183d + 878842f commit e32a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Base64.extendString();
127127
'dankogai'.toBase64(); // ZGFua29nYWk=
128128
'小飼弾'.toBase64(); // 5bCP6aO85by+
129129
'小飼弾'.toBase64(true); // 5bCP6aO85by-
130-
'小飼弾'.toBase64URI(); // 5bCP6aO85by- ab alias of .toBase64(true)
130+
'小飼弾'.toBase64URI(); // 5bCP6aO85by- an alias of .toBase64(true)
131131
'小飼弾'.toBase64URL(); // 5bCP6aO85by- an alias of .toBase64URI()
132132
'ZGFua29nYWk='.fromBase64(); // dankogai
133133
'5bCP6aO85by+'.fromBase64(); // 小飼弾

0 commit comments

Comments
 (0)