From a4619ef4652bcac88021fb2542c4619dafaa8767 Mon Sep 17 00:00:00 2001
From: Chris Burgess <chris@giantrobot.co.nz>
Date: Sun, 16 Aug 2020 08:34:43 +0000
Subject: [PATCH] Correct yaml syntax in README

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

diff --git a/README.md b/README.md
index baf7855..398636a 100644
--- a/README.md
+++ b/README.md
@@ -61,9 +61,9 @@ step: just rename your project to `namespace.gitlab.io`, where `namespace` is
 your `username` or `groupname`. This can be done by navigating to your
 project's **Settings**.
 
-You'll need to configure your site too: change this line
+You'll need to configure your site too: change the `site_url` line
 in your `mkdocs.yml`, from `"https://pages.gitlab.io/mkdocs/"` to
-`site_url = "https://namespace.gitlab.io"`.
+`site_url: "https://namespace.gitlab.io"`.
 
 Read more about [user/group Pages][userpages] and [project Pages][projpages].
 
-- 
GitLab