diff --git a/README.md b/README.md index 1d2fdda..6bfd2da 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ fastImage.imageSizeAndType(for: url, completion: { result in case .failure(let error): // Get a URLError here (timed out, etc.) or a SizeNotFoundError (just couldn't get a size based on data) } - e.fulfill() }) ```