From 0ac55bd0e10d419eed629b650cd530dc8c4324f9 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Sun, 1 Jun 2025 21:07:17 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a76e33..e22bdd4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can explore the available data fields by performing a `curl` request to your curl -u your-username:password https://jira.example.com/rest/api/2/issue/PROJ-123 ``` -The template uses [Nunjucks](https://mozilla.github.io/nunjucks/) syntax. Example: +The template uses [Nunjucks](https://mozilla.github.io/nunjucks/) syntax. ### Example template ```nunjucks