From b83de0c7c2d43ebc9fda3efa58ea893f1ae0c49d Mon Sep 17 00:00:00 2001 From: Alex Grebenyuk Date: Sat, 22 Jul 2023 17:21:40 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53b2b9792..5f88078d1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@

-Nuke provides an efficient way to download and display images in your app. It's easy to learn and use. Its architecture enables many powerful features while offering virtually unlimited possibilities for customization. +Nuke provides an efficient way to load and display images in your app and is easy to learn and use. -The framework is lean and compiles in under 2 seconds[¹](#footnote-1). Nuke has an automated test suite 2x the size of the codebase itself, ensuring excellent reliability. Every feature is carefully designed and optimized for [performance](https://kean-docs.github.io/nuke/documentation/nuke/performance-guide). +The framework is lean and compiles in under 2 seconds[¹](#footnote-1). Nuke has an automated test suite 2x the codebase size, ensuring excellent reliability. Nuke is optimized for [performance](https://kean-docs.github.io/nuke/documentation/nuke/performance-guide), and its architecture enables virtually unlimited possibilities for customization. > **Fast LRU memory and disk cache** · **SwiftUI** · **Smart background decompression** · **Image processing** · **Resumable downloads** · **Intelligent deduplication** · **Request prioritization** · **Prefetching** · **Rate limiting** · **Progressive JPEG, HEIF, WebP, SVG, GIF** · **Alamofire** · **Combine** · **Async/Await**