diff --git a/README b/README index f9e7427..297f855 100644 --- a/README +++ b/README @@ -10,8 +10,8 @@ you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository. -git-crypt was written by Andrew Ayer . -For more information, see . +git-crypt was written by Andrew Ayer . For more +information, see . BUILDING GIT-CRYPT diff --git a/README.md b/README.md index 5a5d28e..7a4db96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -GIT-CRYPT -========= +git-crypt - transparent file encryption in git +============================================== git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when @@ -11,8 +11,8 @@ you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository. -git-crypt was written by Andrew Ayer . For -more information, see . +git-crypt was written by [Andrew Ayer](https://www.agwa.name) (agwa@andrewayer.name). +For more information, see . Building git-crypt ------------------