From 88018adc82958496d283f268a15dc0245880de4a Mon Sep 17 00:00:00 2001 From: miwashutaro0611 Date: Sun, 25 Sep 2022 00:58:55 +0900 Subject: [PATCH] typo readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea7325aa2..639ebd1ca7 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ If no user configuration is found, a set of default values will be used. "gitmoji": { "autoAdd": false, "emojiFormat": "code | emoji", - "scopePrompt": false - "gitmojisUrl": "https://gitmoji.dev/api/gitmojis", + "scopePrompt": false, + "gitmojisUrl": "https://gitmoji.dev/api/gitmojis" } } ```