From 2325579fea6653ceea1c4a71d1c33885c3a758b0 Mon Sep 17 00:00:00 2001 From: James Yu Date: Fri, 14 Nov 2014 12:53:25 -0600 Subject: [PATCH] grammer fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00f880..7671d84 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See specific projects to understand the license used. ## Understanding the Relationship between .NET Core and Mono -Mono is an important part of the .NET ecosystem, particularly for client scenarios (ex: Xamarin). We will look for ways to collaborate with Mono developers and encourage them to take our code to improve Mono. We will also look for opportunities to improve .NET Core with MIT-licensed Mono code. +Mono is an important part of the .NET ecosystem, particularly for client scenarios (e.g. Xamarin). We will look for ways to collaborate with Mono developers and encourage them to take our code to improve Mono. We will also look for opportunities to improve .NET Core with MIT-licensed Mono code. An important collaboration opportunity is making .NET Core NuGet packages (produced from this code) work on Mono. The SIMD NuGet package is a perfect example.