]> granicus.if.org Git - pgbouncer/commitdiff
Normalize spelling of Git
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Jul 2018 16:24:04 +0000 (18:24 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 19 Jul 2018 16:24:04 +0000 (18:24 +0200)
README.rst

index cdfef84a0818c3b1967d4659fd60cb8fd9e41428..44235431988d418cca077bc790a66fcb10a0f663 100644 (file)
@@ -31,7 +31,7 @@ When dependencies are installed just run::
     $ make
     $ make install
 
-If you are building from git, or are building for Windows, please see
+If you are building from Git, or are building for Windows, please see
 separate build instructions below.
 
 DNS lookup support
@@ -71,10 +71,10 @@ PAM authorization
 To enable PAM authorization `./configure` has a flag `--with-pam` (default value is no). When compiled with
 PAM support new global authorization type `pam` appears which can be used to validate users through PAM.
 
-Building from GIT
+Building from Git
 -----------------
 
-Building PgBouncer from GIT requires that you fetch libusual
+Building PgBouncer from Git requires that you fetch libusual
 submodule and generate the header and config files before
 you can run configure::