diff options
| author | Adam Williams <645192+awilliams@users.noreply.github.com> | 2020-06-04 09:56:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 09:56:14 -0600 |
| commit | 875a7f6b9d3eaac720efd5f8704bca74ad03001c (patch) | |
| tree | 0a6c1cd07e59fa59b9c8bc2326238ce646461363 | |
| parent | ee2e6c972d67f17f0ca4e6edc41e8b9bc108082d (diff) | |
Update README.md
Fix typos in the example TOML config.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]] |