From 15266507fb2c7e2ceb431857b3605eca4245528d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ron=C4=8Devi=C4=87?= Date: Wed, 11 Nov 2020 22:31:26 +0100 Subject: [PATCH] docs: Rephrase the "Faster Learning of New C# Features" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec37a03..0c60fcf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### Faster Learning of New C# Features Learn new C# features faster by applying them to your existing codebase. -Forget the simplified, artificial code samples often used to introduce new C# features. *Sharpen* points you to places in real-life production code - your production code! - where you can learn and apply modern C#. +*Sharpen* points you to places in real-life production code - your production code! - where you can learn and apply modern C#. This is a far cry from simplified and artificial code samples often used to explain new C# features. *Sharpen* allows you to learn and understand modern C# in the context of your own code.

Faster Learning of New C# Features