Skip to content

Commit bd4a9a3

Browse files
authored
Update README.md
1 parent d4670bb commit bd4a9a3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# StringEncode.js #
1+
# StringEncode.js
22
Encode and Decode string to various bases in JavaScript.
33

44

5-
### INTRODUCTION ###
5+
### INTRODUCTION
66
This library build on String.prototype to encode/decode strings to/from various bases. <br />
77

88

@@ -15,7 +15,8 @@ The currently supported bases are
1515
Example of how to use the library
1616

1717

18-
<script src="https://cdn.rawgit.com/osofem/StringEncode.js/master/StringEncode.js">
18+
<script src="https://cdn.rawgit.com/osofem/StringEncode.js/master/StringEncode.js"></script>
19+
<script>
1920
//Encoding to ASCII85
2021
document.writeln("Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure.".toAscii85());
2122

@@ -32,7 +33,7 @@ Example of how to use the library
3233

3334
### FUTURE EXTENSION
3435
Bases planned to be added in the future include
35-
1. 8BITMIME
36+
1. 8BITMIME (should I? obsolete)
3637
2. Base58 (Integer?)
3738
3. Base36
3839
4. Base32

0 commit comments

Comments
 (0)