Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-05-13 08:46:09 +0300
committernulltoken <emeric.fermas@gmail.com>2015-05-13 08:46:09 +0300
commite1e5fe6a0a4ca740e455a4d77a146c18d1e4d119 (patch)
tree90f6b4f3d87e388d64a5e589496c913114e9c5ad
parent296aa06cb9709d49505be7114651b2239d7ad738 (diff)
parent525296cc45ac607ea977aaf1cbfc2e61200fc1e4 (diff)
Merge pull request #1046 from richlander/patch-1
Correct ".NET" usage
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e47e4674..b3dd52d5 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