From fff82986fa6392359c2248cb8af2ddcc746c26f4 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 23 Apr 2021 11:38:05 -0400 Subject: [PATCH] README: clarify pronunciation reference Updates #103 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b424de..67badae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # age -[![pkg.go.dev](https://pkg.go.dev/badge/filippo.io/age)](https://pkg.go.dev/filippo.io/age) - -age [`[aɡe̞]`](https://translate.google.com/?sl=it&text=aghe) is a simple, modern and secure file encryption tool, format, and library. +age is a simple, modern and secure file encryption tool, format, and [Go library](https://pkg.go.dev/filippo.io/age). It features small explicit keys, no config options, and UNIX-style composability. @@ -17,6 +15,8 @@ The format specification is at [age-encryption.org/v1](https://age-encryption.or An alternative interoperable Rust implementation is available at [github.com/str4d/rage](https://github.com/str4d/rage). +The author pronounces it `[aɡe̞]`, like the Italian [“aghe”](https://translate.google.com/?sl=it&text=aghe). + ## Usage ```