From 525296cc45ac607ea977aaf1cbfc2e61200fc1e4 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 12 May 2015 08:27:38 -0400 Subject: [PATCH] Correct ".NET" usage - ".Net" -> ".NET". - Make fully upper-case, which is the correct usage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e47e46743..b3dd52d5f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # LibGit2Sharp -**LibGit2Sharp brings all the might and speed of [libgit2][libgit2], a native Git implementation, to the managed world of .Net and Mono.** +**LibGit2Sharp brings all the might and speed of [libgit2][libgit2], a native Git implementation, to the managed world of .NET and Mono.** [libgit2]: http://libgit2.github.com/ ## Prerequisites - - **Windows:** .Net 4.0+ + - **Windows:** .NET 4.0+ - **Linux/Mac OS X:** Mono 3.6+ ## Online resources