update readme

This commit is contained in:
Waylon Walker 2023-04-27 20:57:04 -05:00
parent c05e973a1d
commit f5bbb1846b
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -1,19 +1,13 @@
# {{ package_title }}
[![PyPI - Version](https://img.shields.io/pypi/v/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }})
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }})
---
**Table of Contents**
- [Installation](#installation)
- [License](#license)
# pydantic-typer
## Installation
pypi package to come if this works out, and I can decide
what to call it. I think its possible to do this for other
objects like dataclasses as well.
```console
pip install {{ package_name }}
pip install git+https://github.com/WaylonWalker/pydantic-typer.gi
```
## Usage