improve README

This commit is contained in:
2016-11-02 22:55:17 +01:00
parent bb7caa36ea
commit 76c590b045
6 changed files with 31 additions and 14 deletions

View File

@ -40,7 +40,7 @@ export class Base64 {
/**
* the base64uri encoded version of the original string
*/
get base64StringUri() {
get base64UriString() {
return base64.encodeUri(this.refString)
}
}