From f5c2270580ed7c4d4230331a85bcca59ba039cc6 Mon Sep 17 00:00:00 2001 From: Taimur Ayaz Date: Wed, 11 Feb 2015 01:11:24 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8f49a..65ef59f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,16 @@ ## Installation +**TAOverlay** can be installed using either of the following: + ### Cocoapods + Add the following to your **podfile** ``` pod 'TAOverlay', '~> 1.0.1' ``` - ### Manual + * Drag the `TAOverlay/TAOverlay` folder into your project. * Ensure that `TAOverlay.bundle` is added to `Targets->Build Phases->Copy Bundle Resources`. * import `"TAOverlay.h"`