summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-05-11 13:56:55 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2017-05-11 13:56:55 -0500
commit1e27b89f624f28efac489a56ea1fef167a480736 (patch)
treeb87502d0de19c4f149c32379654cfed6b61ef2a5
parent1b6ab16fa5ab1b3f827045a3a9181519281f9892 (diff)
downloadlibgit2-ethomson/vs_to_vsts.tar.gz
Update README: VS -> VSTSethomson/vs_to_vsts
libgit2 is no longer used in Visual Studio Team Services, it's used in Visual Studio Team Services.
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 472261cef..1bbd37134 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,9 @@ We ask that you not open a GitHub Issue for help, only for bug reports.
What It Can Do
==============
-The goal of this library is to allow its users the ability to handle Git data in
-their applications from their programming language of choice, as is used in
-production for many applications including the GitHub.com site, in Plastic SCM
-and also powering Microsoft's Visual Studio tools for Git.
+libgit2 provides you with the ability to manage Git repositories in the
+programming language of your choice. It's used in production to power many
+applications including GitHub.com, Plastic SCM and Visual Studio Team Services.
It does not aim to replace the git tool or its user-facing commands. Some APIs
resemble the plumbing commands as those align closely with the concepts of the