From d27822e5075e0ba96f07cd60fbf1666ba3a4b3a4 Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Sun, 10 Apr 2016 22:59:26 -0700 Subject: [PATCH] Add a header file path when used via Cocoapods --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab96a61..e5a01f7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ BZipCompression is a simple Objective-C interface to the BZip2 compression libra The library is implemented as a static interface with only two public methods: one for compression and one for decompression. +```objc +#import "BZipCompression/BZipCompression.h" +``` + ### Decompressing Data ```objc