From f99cd9526d037cbf0746081d6273cb352c358e25 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 22 Sep 2018 01:46:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2784a4b..a7de45e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ if (tester.test(testMe)) { NSLog(@"%@", @"The URL is incorrect"); } -NSLog(@"%@", tester); // Ouputs the actual expression used: "^(http)(s)?(:�_/�_/)(www)?([^ ]*)$" +NSLog(@"%@", tester); // Outputs the actual expression used: "^(http)(s)?(:�_/�_/)(www)?([^ ]*)$" ``` ### Replacing strings