Skip to content

Commit

Permalink
Correct case of project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Mar 28, 2024
1 parent 3d7b1ca commit ab48b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

##  
<!-- fancy-readme start -->

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`.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
Expand Down Expand Up @@ -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
"""

Expand Down

0 comments on commit ab48b8b

Please sign in to comment.