From a65c751a1b974f1f48aa58f3571d4ae4e1f5462c Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 19 Sep 2024 20:22:15 -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 bf1d04a..9e21812 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## What is Fork? -Fork is a Swift library that allows for parallelizing multiple async functions. It provides a Fork struct that takes a single input and splits it into two separate async functions that return different outputs. The two functions can then be merged into one which returns a single output. +Fork is a Swift 6 library that allows for parallelizing multiple async functions. It provides a Fork struct that takes a single input and splits it into two separate async functions that return different outputs. The two functions can then be merged into one which returns a single output. ## Why use Fork?