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 0c82bfa commit e983d54
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,15 +12,15 @@

This repo contains `jinjanator-plugin-ansible`, a plugin which
provides access to Ansible's filters to templates rendered using 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 makes all of the filters and tests from the Ansible 'core'
collection available to templates being rendered using the Jinjanator
collection available to templates being rendered using the jinjanator
tool.

## Installation
Expand All @@ -38,7 +38,7 @@ itself.

## 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-ansible"
description = "Plugin which provides Ansible filters and tests to the Jinjanator tool"
description = "Plugin which provides Ansible filters and tests to the jinjanator tool"
license = { text="Apache-2.0" }
authors = [
{ name="Kevin P. Fleming", email="jinjanator@kevin.km6g.us" },
Expand Down Expand Up @@ -138,7 +138,7 @@ content-type = "text/markdown"

[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
text = """
# *jinjanator-plugin-ansible*: Makes Ansible's filters and tests available in Jinjanator
# *jinjanator-plugin-ansible*: Makes Ansible's filters and tests available in jinjanator
"""

Expand Down

0 comments on commit e983d54

Please sign in to comment.