Skip to content

Commit c32e817

Browse files
committed
Updated readme
1 parent b9a45d0 commit c32e817

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# lz-string-vb
2-
VB.NET implementation of the [lz-string](http://pieroxy.net/blog/pages/lz-string/index.html) JavaScript library
1+
# lz-string-vbnet
2+
VB.NET implementation of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library
33

4-
Ported from version 1.4.1 with the goal of matching the output of the JS library exactly (other implementations in C# I came across weren't cutting it).
4+
## Notes
5+
This is a port of version 1.4.1 of the [lz-string](https://github.com/pieroxy/lz-string) JavaScript library to VB.NET.
6+
7+
At the time this was created, the C# port ([lz-string-csharp](https://github.com/jawa-the-hutt/lz-string-csharp)) was occassionally giving incorrect outputs. My goal was to exactly match the outputs coming from the original lz-string. The port reflects that, with the code being nearly identical to the original implementation.

0 commit comments

Comments
 (0)