Skip to content

Commit b84140d

Browse files
committed
Remove deprecated API from readme
1 parent a4334c5 commit b84140d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It can also be presented modally using `SVModalWebViewController`:
3939
4040
```objective-c
4141
SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithAddress:@"http://google.com"];
42-
[self presentModalViewController:webViewController animated:YES completion:NULL];
42+
[self presentViewController:webViewController animated:YES completion:NULL];
4343
```
4444

4545
### SVWebViewControllerActivity
@@ -49,4 +49,4 @@ Starting in iOS 6 Apple uses `UIActivity` to let you show additional sharing met
4949

5050
## Credits
5151

52-
SVWebViewController is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/samvermette/SVWebViewController/contributors). If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/samvermette/SVWebViewController/issues/new). If you're using SVWebViewController in your project, attribution is always appreciated.
52+
SVWebViewController is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/samvermette/SVWebViewController/contributors). If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/samvermette/SVWebViewController/issues/new). If you're using SVWebViewController in your project, attribution is always appreciated.

0 commit comments

Comments
 (0)