Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliv0 authored Nov 6, 2024
1 parent 0ed450b commit 531e846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

![Python 3.x](https://img.shields.io/badge/python-3.12-blue?style=flat-square&logo=Python&logoColor=white)
[![PyPI](https://img.shields.io/pypi/v/chancleta.svg)](https://pypi.org/project/chancleta/)
[![Downloads](https://static.pepy.tech/badge/chancleta)](https://pepy.tech/project/chancleta)
[![Downloads](https://static.pepy.tech/badge/chancleta)](https://pepy.tech/projects/chancleta)

<br>Python library for creating <b>command line interfaces</b> in a composable way via configuration files.
<br> Supports <i>.toml</i>, <i>.json</i>, <i>.yaml</i>. and (if you'd like to be more adventurous) <i>.xml</i>.
Expand Down Expand Up @@ -80,4 +80,4 @@ from chancleta import Chancleta
def main():
Chancleta("./testoo/config").parse()
```
If no path is given chancleta will try to find the config file inside the root directory of your project
If no path is given chancleta will try to find the config file inside the root directory of your project

0 comments on commit 531e846

Please sign in to comment.