From 3bf400eddf1bfde397c10b658934902e03f7a522 Mon Sep 17 00:00:00 2001 From: cutmail Date: Wed, 18 Dec 2013 16:47:56 +0900 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433a78c..516c419 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ NJKWebViewProgress don't use CocoaTouch's private methods. It's AppStore safe. - ARC # Usage -Instance `NJKWebViewProgress` and set `UIWebViewDelegate`. If you set `webViewProxyDelegate`, `NJKWebViewProgress` suould perform as a proxy object. +Instance `NJKWebViewProgress` and set `UIWebViewDelegate`. If you set `webViewProxyDelegate`, `NJKWebViewProgress` should perform as a proxy object. ```objc NJKWebViewProgress *progressProxy = [[NJKWebViewProgress alloc] init];