From aa42efe1d2bea06c90548e4325c435a1301d7497 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sun, 9 Jul 2017 23:50:47 +0200 Subject: [PATCH] Fix typo on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca3d875..4f386e1 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Add the resulting assembly as reference in your projects, and this line on code: Compress an URL with: - string compressedUrl = UrlContressor.Compress("https:\\google.com"); + string compressedUrl = UrlCompressor.Compress("https:\\google.com"); Decompress an URL with: - string decompressedUrl = UrlContressor.Compress("xGncYbYfopHYpG0"); + string decompressedUrl = UrlCompressor.Compress("xGncYbYfopHYpG0"); ### UrlCompressor.Tests It is a simple console application, to test basic funcitionallity of the library.