From 875a7f6b9d3eaac720efd5f8704bca74ad03001c Mon Sep 17 00:00:00 2001 From: Adam Williams <645192+awilliams@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:56:14 -0600 Subject: [PATCH] Update README.md Fix typos in the example TOML config. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cf59db..686b846 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ Lastly, add the following lines to your `config.toml` to make use of all the men # Footer [[menu.footer]] name = "Github" - url = "https://github.com/example + url = "https://github.com/example" weight = 1 [[menu.footer]] name = "Mastodon" - url = "https://example.com/@user + url = "https://example.com/@user" weight = 2 [[menu.footer]]