From f861d28db2212340fbfeb028a4c42df0d1b9874c Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 8 May 2024 09:41:33 +0200 Subject: [PATCH] Fix git-encrypt --> git-crypt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f00b1..c1dcecc 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Querying disks map example: ## Encryption -Currently, Talm does not have built-in encryption support, but you can transparently encrypt your secrets using the [git-encrypt](https://github.com/AGWA/git-crypt) extension. +Currently, Talm does not have built-in encryption support, but you can transparently encrypt your secrets using the [git-crypt](https://github.com/AGWA/git-crypt) extension. Example `.gitattributes` file: