From a24fd48d1ea6a18548df7523b0fa363016b49a10 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Sat, 11 May 2024 18:08:28 +0200 Subject: [PATCH] Remove backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f070f..b203b21 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,5 @@ mastodon-markdown-archive \ By default, this tool uses the [post.tmp](./templates/post.tmpl) template to create the markdown file. A different template can be used by passing its path to `--template`. -For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L108-L117)`. +For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L108-L117).