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 07975ab commit 16d4afc
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 @@ -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)

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

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

Expand Down Expand Up @@ -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
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-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="[email protected]" },
Expand Down Expand Up @@ -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
"""

Expand Down

0 comments on commit 16d4afc

Please sign in to comment.