From a91039e10c723a267f193a07f84c8a0cd87e7536 Mon Sep 17 00:00:00 2001 From: IHEARTCOOKIES Date: Wed, 4 Jul 2018 23:12:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2792cba..c647123 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pod 'FBLeakDetectorVC' ## Usage -Start by simply subclassing the UIViewController(s) that you'd like to monitor for potential leakage. A common practice is to let your BaseViewController subclass our FBLeakDetectorViewController. By doing so, you'll have a leak detector enabled for all view controllers that inherits your BaseViewController. +Start by simply subclassing the UIViewController(s) that you'd like to monitor for potential leakage. A common practice is to let your BaseViewController subclass our [FBLeakDetectorViewController](https://github.com/IHEARTCOOKIES/FBLeakDetectorVC/blob/master/FBLeakDetectorVC/Classes/Public/FBLeakDetectorViewController.h). By doing so, you'll have a leak detector enabled for all view controllers that inherits your BaseViewController. Switch between the action types by overriding the getter as follows: