From 82b1ad8b9164679f81d8814a926c4b3acca8a9ea Mon Sep 17 00:00:00 2001 From: taichi uchihara Date: Sun, 24 Apr 2022 22:43:02 +0900 Subject: [PATCH] fix: fix typo (#53) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f7225..d117fa8 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ export MYVAR="a:1;b:2" # map[string]string{"a":"1", "b":"2"} ``` -This is especially helpful when your values include the default delimeter +This is especially helpful when your values include the default delimiter character. ```bash