summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Lee <vincentlee.kr@gmail.com>2011-11-22 15:12:57 +0900
committerVincent Lee <vincentlee.kr@gmail.com>2011-11-22 15:12:57 +0900
commit9d163937ea4e6dff22771f382c1b5e115a53fbfb (patch)
tree27caba8da39dff2a05f069b1fee51f692b83b858 /README.md
parent5689a8d5fd73cf1c6bf5e5699bb7ac01f2613ff9 (diff)
downloadlibgit2-9d163937ea4e6dff22771f382c1b5e115a53fbfb.tar.gz
Fix to follow the Qt trademark policy
Never use the Qt trade mark with both letters capitalized, in the form "QT". (http://qt-project.org/trademarkpolicy.html)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2daa5fd3..ed2bcb30 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Here are the bindings to libgit2 that are currently available:
* node-gitteh (Node.js bindings) <https://github.com/libgit2/node-gitteh>
* nodegit (Node.js bindings) <https://github.com/tbranyen/nodegit>
* go-git (Go bindings) <https://github.com/str1ngs/go-git>
-* libqgit2 (C++ QT bindings) <https://projects.kde.org/projects/playground/libs/libqgit2/>
+* libqgit2 (C++ Qt bindings) <https://projects.kde.org/projects/playground/libs/libqgit2/>
* libgit2-ocaml (ocaml bindings) <https://github.com/burdges/libgit2-ocaml>
* Geef (Erlang bindings) <https://github.com/schacon/geef>
* libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net>