From d74757bda9c26f4389450a072fe5b1e7a9022777 Mon Sep 17 00:00:00 2001 From: Tim Johnsen Date: Tue, 27 Nov 2018 21:23:44 -0800 Subject: [PATCH] Fix README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203419d..2fb0429 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UIImageHEIC -Apple introduced widespread HEIC support with iOS 11, but the APIs for it are somewhat low level. This tiny project adds a familiar interface for encoding `UIImage`s into HEIC data similar to what we're doing with JPEG or PNG data. +Apple introduced widespread HEIC support with iOS 11, but the APIs for it are somewhat low level. This tiny project adds a familiar interface for encoding `UIImage`s into HEIC data similar to what we're used to doing with JPEG or PNG data. ## Installation