From a826dd1078b0b2da197e4696fd048ae67987bf17 Mon Sep 17 00:00:00 2001 From: Prachi Gauriar Date: Tue, 25 Mar 2014 12:20:49 -0400 Subject: [PATCH] Add section header for KVO in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b1f11e..1f310ea 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ A subspec chock full of low-level extensions. A subspec for Foundation-level classes and categories. +##### KVO + `pod TWTToast/Foundation/KVO` * **`TWTKeyValueObserver`** exposes a method for encapsulating a KVO-based observation such that it can be more easily released.