From ca1c26a8d171580ee192ebea148089e200c39b1d Mon Sep 17 00:00:00 2001 From: Marco Ieni Date: Thu, 7 Nov 2019 00:12:21 +0100 Subject: [PATCH] README: clarify UtternacesRepo syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dad2d2d..5aa51ef 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ __`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com * `GraphCommentId = "your-graphcomment-id"`: to use [GraphComment](https://graphcomment.com) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`. -* `UtterancesRepo = "your-repo-name"`: to use [Utterances](https://utteranc.es/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`. +* `UtterancesRepo = "owner/repo-name"`: to use [Utterances](https://utteranc.es/) instead of the built-in [Disqus](https://disqus.com). This option should be used exclusively with `disqusShortname = "disqus-shortname"`. * `UtterancesIssueTerm = "pathname"` Method for Utterances to match issue's to posts (pathname, url, title, og:title) * `UtterancesTheme = "github-light"` Theme for Utterances (github-light, github-dark)