From ab026693768165fb8404fdc07e56ea81fba44ca5 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 8 Aug 2024 16:36:38 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98550ab..5637cdf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Later -`Later` is a lightweight Swift library designed to simplify asynchronous programming by providing foundational building blocks such as `Future`, `Deferred`, `Stream`, and `Publisher`. These components enable you to manage and coordinate asynchronous tasks, making it easier to write clean and maintainable code. +`Later` is a lightweight Swift 6 library designed to simplify asynchronous programming by providing foundational building blocks such as `Future`, `Deferred`, `Stream`, and `Publisher`. These components enable you to manage and coordinate asynchronous tasks, making it easier to write clean and maintainable code. ## Features