From 16d4afced05a5ce96426d4c1c89254e6c9851257 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 28 Mar 2024 07:06:28 -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 bc52f3b..1809a02 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ This repo contains `jinjanator-plugin-format-toml`, a plugin which provides a TOML parser for the -[Jinjanator](https://github.com/kpfleming/jinjanator) tool. +[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 TOML data for processing in +This plugin allows jinjanator to parse TOML data for processing in templates. The format can be selected using `--format toml` or autoselected by using a data file with a name ending with `.toml`. @@ -64,7 +64,7 @@ This format does not support any options. ## 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 8c023bd..8df2226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "jinjanator-plugin-format-toml" -description = "Plugin which provides TOML format (data input) support for Jinjanator" +description = "Plugin which provides TOML format (data input) support for jinjanator" license = { text="Apache-2.0" } authors = [ { name="Kevin P. Fleming", email="jinjanator@kevin.km6g.us" }, @@ -142,7 +142,7 @@ content-type = "text/markdown" [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] text = """ -# *jinjanator-plugin-format-toml*: Provides TOML format (data input) support for Jinjanator +# *jinjanator-plugin-format-toml*: Provides TOML format (data input) support for jinjanator """