Skip to content

Commit e535f65

Browse files
authored
Update README.md
1 parent 07ff1a8 commit e535f65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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
1919
if 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
2727
ellar --help
2828
```
29-
Above command should output this:
29+
The above command should output this:
3030
```
3131
Usage: Ellar, Python Web framework [OPTIONS] COMMAND [ARGS]...
3232

0 commit comments

Comments
 (0)