Fix typo on README

This commit is contained in:
2017-07-09 23:50:47 +02:00
parent b610e76671
commit aa42efe1d2

View File

@@ -9,11 +9,11 @@ Add the resulting assembly as reference in your projects, and this line on code:
Compress an URL with: Compress an URL with:
string compressedUrl = UrlContressor.Compress("https:\\google.com"); string compressedUrl = UrlCompressor.Compress("https:\\google.com");
Decompress an URL with: Decompress an URL with:
string decompressedUrl = UrlContressor.Compress("xGncYbYfopHYpG0"); string decompressedUrl = UrlCompressor.Compress("xGncYbYfopHYpG0");
### UrlCompressor.Tests ### UrlCompressor.Tests
It is a simple console application, to test basic funcitionallity of the library. It is a simple console application, to test basic funcitionallity of the library.