File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111[ ![ PyPI version] ( https://img.shields.io/pypi/pyversions/ellar-cli.svg )] ( https://pypi.python.org/pypi/ellar-cli )
1212
1313# Introduction
14- Ellar-CLI is an abstracted tool for the Ellar web framework that helps in the standard project scaffolding and managing typer and click commands.
14+ Ellar-CLI is an abstracted tool for ellar python web framework that helps in the standard project scaffolding and managing typer and click commands.
1515
16- Ellar CLI is build on [ Click] ( https://click.palletsprojects.com/en/8.1.x/ )
16+ Ellar CLI is built on [ Click] ( https://click.palletsprojects.com/en/8.1.x/ )
1717
1818## Installation
1919if you have [ ellar] ( https://github.com/python-ellar/ellar ) install ready
@@ -26,7 +26,7 @@ To verify ellar-cli is working, run the command belove
2626``` shell
2727ellar --help
2828```
29- Above command should output this:
29+ The above command should output this:
3030```
3131Usage: Ellar, Python Web framework [OPTIONS] COMMAND [ARGS]...
3232
You can’t perform that action at this time.
0 commit comments