From ab48b8bb1133a058772fdfc38b247684489c1f5c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 28 Mar 2024 07:06:53 -0400 Subject: [PATCH] Correct case of project name. --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1f2091..d3cdc46 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ [![Testing - Pytest](https://img.shields.io/badge/Testing-Pytest-orange.svg)](https://github.com/pytest-dev/pytest) This repo contains `jinjanator-plugin-format-xml`, a plugin which -provides an XML parser for the [Jinjanator](https://github.com/kpfleming/jinjanator) tool. +provides an XML parser for the [jinjanator](https://github.com/kpfleming/jinjanator) tool. Open Source software: [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) ##   -This plugin allows Jinjanator to parse XML data for processing in +This plugin allows jinjanator to parse XML data for processing in templates. The format can be selected using `--format xml` or autoselected by using a data file with a name ending with `.xml`. @@ -70,7 +70,7 @@ $ jinjanate nginx.j2 nginx.xml > nginx.conf ## Chat -If you'd like to chat with the Jinjanator community, join us on +If you'd like to chat with the jinjanator community, join us on [Matrix](https://matrix.to/#/#jinjanator:km6g.us)! ## Credits diff --git a/pyproject.toml b/pyproject.toml index 13aafe0..39869c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "jinjanator-plugin-format-xml" -description = "Plugin which provides XML format (data input) support for Jinjanator" +description = "Plugin which provides XML format (data input) support for jinjanator" license = { text="Apache-2.0" } authors = [ { name="Kevin P. Fleming", email="jinjanator@kevin.km6g.us" }, @@ -141,7 +141,7 @@ content-type = "text/markdown" [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] text = """ -# *jinjanator-plugin-format-xml*: Provides XML format (data input) support for Jinjanator +# *jinjanator-plugin-format-xml*: Provides XML format (data input) support for jinjanator """