From 0df516f66bbff46a7c98ad8123e6b2377ed28bd2 Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Mon, 3 Nov 2014 21:00:09 -0800 Subject: [PATCH] Fix wording on porting .NET Framework features. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08555b1..ef934a2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ They are also many great open source .NET community projects, such as: .NET Core and the .NET Framework (for the most part) have a subset-superset relationship. .NET Core is named as "Core" since it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List. We'll continue improving these components for both .NET Core and .NET Framework. -.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published [.NET Reference Source](http://sourceof.net), so that the community can port the features .NET Frameworks that you care about. +.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published [.NET Reference Source](http://sourceof.net), so that you and the community can port additional .NET Framework features to .NET Core. ## Understanding the Relationship between .NET Core and Mono