From d8568e214962f03d11f857c63c347366ec42868b Mon Sep 17 00:00:00 2001
From: Igor <igorbu4@gmail.com>
Date: Sun, 16 May 2021 09:41:36 +0000
Subject: [PATCH] Fix markdown link in Description (#200)

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index cc9029c..576c526 100644
--- a/README.md
+++ b/README.md
@@ -267,7 +267,7 @@
 
 ### Comments powered by Utteranc.es
 
-No comment section is shown on the `single.html` unless a `repo` is specified in the `config.toml` file. If uncertain how parameter to configure, check out the official [documentation}(https://utteranc.es/).
+No comment section is shown on the `single.html` unless a `repo` is specified in the `config.toml` file. If uncertain how parameter to configure, check out the official [documentation](https://utteranc.es/).
 
 ```toml
 [params.utterances]

--
Gitblit v1.10.0