📝 Update sub-header, short description
This commit is contained in:
parent
ea35b8d8ae
commit
bc931c1935
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" alt="Typer"></a>
|
||||
</p>
|
||||
<p align="center">
|
||||
<em>Typer: CLIs with autocompletion. While developing and using.</em>
|
||||
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.com/tiangolo/typer" target="_blank">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" alt="Typer"></a>
|
||||
</p>
|
||||
<p align="center">
|
||||
<em>Typer: CLIs with autocompletion. While developing and using.</em>
|
||||
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.com/tiangolo/typer" target="_blank">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""Typer, an intuitive CLI library based on optional type hints"""
|
||||
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
|
||||
|
||||
__version__ = "0.0.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue