From a85ad85d05459770783180265c9178742d986753 Mon Sep 17 00:00:00 2001 From: fabio cerdeiral <38343+fabio-cerdeiral-ck@users.noreply.github.com> Date: Fri, 17 Jan 2020 13:13:30 -0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae349f..8886f5f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Or you can follow the steps above to generate a Xcode project and run tests with ## Related projects -If you like Needle, check out other related open source projects from our team: +If you like Swift Concurrency, check out other related open source projects from our team: - [Needle](https://github.com/uber/needle): a compile-time safe Swift dependency injection framework. - [Swift Abstract Class](https://github.com/uber/swift-abstract-class): a light-weight library along with an executable that enables compile-time safe abstract class development for Swift projects. - [Swift Common](https://github.com/uber/swift-common): common libraries used by this set of Swift open source projects.