Skip to content

Commit

Permalink
docs: Rephrase the "Faster Learning of New C# Features" section
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Nov 11, 2020
1 parent cc5534f commit 1526650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img src="https://raw.githubusercontent.com/ironcev/sharpen/master/images/faster-learning-of-new-csharp-features.png" alt="Faster Learning of New C# Features" style="max-width:100%;">
Expand Down

0 comments on commit 1526650

Please sign in to comment.