From 0daa7299f40250f88ab082cd411410c8e2bc9c56 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Tue, 23 Apr 2024 18:10:07 +0700 Subject: [PATCH] Update documentation/how-to/plugins.en.md Co-authored-by: Ivan Ivanov --- documentation/how-to/plugins.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/how-to/plugins.en.md b/documentation/how-to/plugins.en.md index 5d6c4b9aa..47e69b748 100644 --- a/documentation/how-to/plugins.en.md +++ b/documentation/how-to/plugins.en.md @@ -93,7 +93,7 @@ QField’s source code’s [utilities classes directory](https://github.com/open A valid zipped plugin must contain a main.qml file at the root of the zip archive, which will be used by QField to activate the plugin. An optional metadata.txt can also be used to provide basic details such as the plugin name, brief description, and author name. -A sample typical metadata.txt content would look like this: +A sample typical `metadata.txt` content would look like this: ``` [general]