From 8548fbbbcb948a2e1098fce41e0f8ec493bdc42d Mon Sep 17 00:00:00 2001 From: Anna Winkler <3526523+annawinkler@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:21:58 -0600 Subject: [PATCH] README: Some extra hints for pronunciation of the project name --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205f8116..d0b48a89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # cty -`cty` (pronounced "see-tie") is a dynamic type system for applications written +`cty` (pronounced "see-tie", emoji: :eyes: :necktie:, +[IPA](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet): /si'tʰaɪ/) +is a dynamic type system for applications written in Go that need to represent user-supplied values without losing type information. The primary intended use is for implementing configuration languages, but other uses may be possible too.