From f4a1578170c97add210cdd587cc67621d812d0d0 Mon Sep 17 00:00:00 2001 From: Quentin Jin Date: Wed, 21 Aug 2019 00:07:36 +0800 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190331fc..bdbccae5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A new beta version will be released every Monday. ## Notice -This library is still in beta testing, **Please do not use it in production!** +This library is still in beta, **So do not use it in production.** 🐱 @@ -41,7 +41,7 @@ pkg.dependencies.append( ## Related - [CombineX.Foundation](https://github.com/luoxiu/CombineX.Foundation): provides all `Foundation` extension implementations, built on top of `CombineX`, such as `URLSession`, `NotificationCenter`, `Timer`, etc. -- [CombineX.Cocoa](https://github.com/luoxiu/CombineX.Foundation):provides `Cocoa` exensions, built on top of `CombineX`. +- [CombineX.Cocoa](https://github.com/luoxiu/CombineX.Foundation): provides `Cocoa` exensions, built on top of `CombineX`. - [CombineX.Compatible](https://github.com/CombineXCommunity/CombineX.Compatible): provides `CombineX` API Shims, help you resolve migration concerns that may arise. ## Contribute