Skip to content

Commit

Permalink
Correct ".NET" usage
Browse files Browse the repository at this point in the history
- ".Net" -> ".NET".
- Make fully upper-case, which is the correct usage.
  • Loading branch information
richlander committed May 12, 2015
1 parent 296aa06 commit 525296c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 525296c

Please sign in to comment.