📝 Update sub-header, short description

This commit is contained in:
Sebastián Ramírez 2019-12-24 21:14:42 +01:00
parent ea35b8d8ae
commit bc931c1935
3 changed files with 3 additions and 3 deletions

View file

@ -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">

View file

@ -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">

View file

@ -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"