Fix path in README

This commit is contained in:
Gabriel Garrido 2024-05-11 19:31:54 +02:00
parent a0e57d2c56
commit e9d3ca84b4

View file

@ -87,5 +87,5 @@ mastodon-markdown-archive \
By default, this tool uses the [post.tmp](./files/templates/post.tmpl) template to create the markdown file. A different template can be used by passing its path to `--template`. By default, this tool uses the [post.tmp](./files/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#L104-L110). For information about variables and functions available in the template context, refer to the `Write` method in [files.go](files/files.go#L95-L101).